We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3588c55 commit d1a1fccCopy full SHA for d1a1fcc
integration/alertmanager_test.go
@@ -233,6 +233,8 @@ func TestAlertmanagerClustering(t *testing.T) {
233
}
234
235
func TestAlertmanagerSharding(t *testing.T) {
236
+ t.Skip("Flaky test under investigation")
237
+
238
tests := map[string]struct {
239
legacyAlertStore bool
240
}{
pkg/alertmanager/multitenant_test.go
@@ -1026,6 +1026,8 @@ func TestAlertmanager_ReplicasPosition(t *testing.T) {
1026
1027
1028
func TestAlertmanager_StateReplicationWithSharding(t *testing.T) {
1029
1030
1031
tc := []struct {
1032
name string
1033
replicationFactor int
0 commit comments