diff --git a/base/commands/sql/sql_it_test.go b/base/commands/sql/sql_it_test.go index dc9728af..60c2c426 100644 --- a/base/commands/sql/sql_it_test.go +++ b/base/commands/sql/sql_it_test.go @@ -68,6 +68,7 @@ func sql_NonInteractiveTest(t *testing.T) { } func sql_NonInteractiveStreamingTest(t *testing.T) { + it.MarkFlaky(t, "https://github.com/hazelcast/hazelcast-commandline-client/issues/357") tcx := it.TestContext{T: t} tcx.Tester(func(tcx it.TestContext) { ctx, cancel := context.WithTimeout(context.Background(), 5*time.Second)