Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions gateway/util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@
}

func TestAreMapsEqual(t *testing.T) {
t.Errorf("intentional failure")

Check failure on line 494 in gateway/util_test.go

View check run for this annotation

probelabs / Visor: quality

logic Issue

The test `TestAreMapsEqual` is hardcoded to fail. While the pull request description states this is intentional to validate the CI system, merging this change would introduce a failing test into the base branch, which would block future development and deployments.
Raw output
This pull request should be closed without merging after it has served its purpose of testing the CI pipeline. The introduced change must not be integrated into the main branch.
tests := []struct {
name string
map1 map[string]string
Expand Down
Loading