Skip to content

Commit

Permalink
disabling linting for test that uses short sleep.
Browse files Browse the repository at this point in the history
  • Loading branch information
daveshanley committed Dec 21, 2022
1 parent 31fca21 commit b736bb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions motor/rule_applicator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1388,6 +1388,7 @@ components:
},
})

//nolint:staticcheck // ignore this linting issue, its no a bug, it's on purpose.
time.Sleep(100)
assert.True(t, panicRan)

Expand Down

0 comments on commit b736bb0

Please sign in to comment.