Skip to content

Commit

Permalink
update.
Browse files Browse the repository at this point in the history
Signed-off-by: Bartlomiej Plotka <[email protected]>
  • Loading branch information
bwplotka committed Apr 28, 2022
1 parent fbb1b1d commit c11a4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/compatibility_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func (p alwaysReadyProbe) Ready(e2e.Runnable) error { return nil }
// TestAlertCompliance tests Alert compatibility against https://github.com/prometheus/compliance/blob/main/alert_generator.
// NOTE: This requires dockerization of compliance framework: https://github.com/prometheus/compliance/pull/46
func TestAlertCompliance_StatelessRuler(t *testing.T) {
t.Skip("This is an interactive test, using https://github.com/prometheus/compliance/tree/main/alert_generator testing is not optimized for CI runs")
//t.Skip("This is an interactive test, using https://github.com/prometheus/compliance/tree/main/alert_generator testing is not optimized for CI runs")

e, err := e2e.NewDockerEnvironment("alert_compatibility")
testutil.Ok(t, err)
Expand Down

0 comments on commit c11a4c2

Please sign in to comment.