From afb196e634de8e9701dd76dd44c8a98c2efa0f70 Mon Sep 17 00:00:00 2001 From: Andrew Mason Date: Fri, 14 Jul 2023 08:53:03 -0400 Subject: [PATCH] skip flaky test 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 }