Skip to content

Commit

Permalink
disable alerting integration suite for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandreLamarre committed Oct 27, 2023
1 parent 6323bd1 commit 9591b49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/plugins/alerting/alerting_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ func TestAlerting(t *testing.T) {
if testing.Short() {
t.Skip()
}
testruntime.IfCI(func() {
t.Skip()
})
RegisterFailHandler(Fail)
RunSpecs(t, "Alerting Suite")
}
Expand Down

0 comments on commit 9591b49

Please sign in to comment.