Skip to content

Commit

Permalink
Skip sql_NonInteractiveStreamingTest test (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce authored Aug 29, 2023
1 parent a4a16f6 commit f3c8ab6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base/commands/sql/sql_it_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f3c8ab6

Please sign in to comment.