Alerting: Skip flaky test in TestIntegrationUpdateAlertRules (#61627)
* Skip flaky test * Add comment
This commit is contained in:
@@ -52,6 +52,7 @@ func TestIntegrationUpdateAlertRules(t *testing.T) {
|
||||
})
|
||||
|
||||
t.Run("should fail due to optimistic locking if version does not match", func(t *testing.T) {
|
||||
t.Skip() // This test intermittently fails.
|
||||
rule := createRule(t, store)
|
||||
rule.Version-- // simulate version discrepancy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user