Skip to content

Commit

Permalink
Remove "Focus"
Browse files Browse the repository at this point in the history
  • Loading branch information
navijation committed Jun 24, 2024
1 parent d0b58b0 commit 9232a75
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions analyzer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ func TestAllUseCases(t *testing.T) {
testData: "a/cap",
},
} {
if tc.testName != "Succeed" {
continue
}
t.Run(tc.testName, func(tt *testing.T) {
analysistest.Run(tt, analysistest.TestData(), ginkgolinter.NewAnalyzer(), tc.testData)
})
Expand Down

0 comments on commit 9232a75

Please sign in to comment.