From 344280aa5766a1564c4f724035ebe681b5b8f5ae Mon Sep 17 00:00:00 2001 From: Andrew Mason Date: Fri, 14 Jul 2023 14:45:41 -0400 Subject: [PATCH] skip flaky test (#13501) Signed-off-by: Andrew Mason --- go/viperutil/internal/sync/sync_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/go/viperutil/internal/sync/sync_test.go b/go/viperutil/internal/sync/sync_test.go index 50e46a2c240..128824fe1ce 100644 --- a/go/viperutil/internal/sync/sync_test.go +++ b/go/viperutil/internal/sync/sync_test.go @@ -36,6 +36,7 @@ import ( ) func TestWatchConfig(t *testing.T) { + t.Skip("flaky test (@ajm188): https://github.com/vitessio/vitess/issues/13498") type config struct { A, B int }