Alerting: Skip flaky test in TestIntegrationUpdateAlertRules (#61627)

* Skip flaky test

* Add comment
This commit is contained in:
Alexander Weaver
2023-01-17 10:39:16 -06:00
committed by GitHub
parent daf171820c
commit 4f1bdc0607
@@ -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