mirror of
https://github.com/grafana/grafana.git
synced 2026-03-13 15:29:48 +08:00
Skip flaky test for now (#120238)
This commit is contained in:
committed by
GitHub
parent
d3bb2ae991
commit
09911e720d
@@ -347,6 +347,7 @@ func TestKvStorageBackend_WatchWriteEvents(t *testing.T) {
|
||||
// in ascending ResourceVersion order.
|
||||
func TestIntegrationKvStorageBackend_WatchWriteEvents_ConcurrentWrites(t *testing.T) {
|
||||
testutil.SkipIntegrationTestInShortMode(t)
|
||||
t.Skip("skipping flaky test for now")
|
||||
|
||||
t.Run("pollingNotifier", func(t *testing.T) {
|
||||
if db.IsTestDbSQLite() {
|
||||
|
||||
Reference in New Issue
Block a user