Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
titolins committed Sep 24, 2024
1 parent 9d68f4f commit 54db10b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integration/alertmanager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -927,10 +927,10 @@ func TestAlertmanagerShardingScaling(t *testing.T) {
e2e.Equals(float64(numUsers*expectedReplication)),
"cortex_alertmanager_config_last_reload_successful"))

require.NoError(t, ams.WaitSumMetrics(
require.NoError(t, ams.WaitSumMetricsWithOptions(
e2e.Equals(float64(expectedSilences*expectedReplication)),
e2e.SkipMissingMetrics,
"cortex_alertmanager_silences"))
[]string{"cortex_alertmanager_silences"},
e2e.SkipMissingMetrics))
}

// Start up the first instance and use it to create some silences.
Expand Down

0 comments on commit 54db10b

Please sign in to comment.