Skip to content

Commit d1a1fcc

Browse files
authored
Disable alertmanager sharding tests. (#4024)
Signed-off-by: Steve Simpson <[email protected]>
1 parent 3588c55 commit d1a1fcc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

integration/alertmanager_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,8 @@ func TestAlertmanagerClustering(t *testing.T) {
233233
}
234234

235235
func TestAlertmanagerSharding(t *testing.T) {
236+
t.Skip("Flaky test under investigation")
237+
236238
tests := map[string]struct {
237239
legacyAlertStore bool
238240
}{

pkg/alertmanager/multitenant_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,6 +1026,8 @@ func TestAlertmanager_ReplicasPosition(t *testing.T) {
10261026
}
10271027

10281028
func TestAlertmanager_StateReplicationWithSharding(t *testing.T) {
1029+
t.Skip("Flaky test under investigation")
1030+
10291031
tc := []struct {
10301032
name string
10311033
replicationFactor int

0 commit comments

Comments
 (0)