We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27fa86f commit 40022adCopy full SHA for 40022ad
integration/alertmanager_test.go
@@ -233,6 +233,9 @@ func TestAlertmanagerClustering(t *testing.T) {
233
}
234
235
func TestAlertmanagerSharding(t *testing.T) {
236
+ // TODO See: https://github.com/cortexproject/cortex/issues/3927
237
+ t.Skip("this test is skipped because of a bug in the alertmanager sharding logic, which is currently under development")
238
+
239
tests := map[string]struct {
240
legacyAlertStore bool
241
}{
0 commit comments