Skip to content

Commit

Permalink
Disabling TestClusterID (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce committed Dec 26, 2022
1 parent 9d3946a commit a340d17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client_internals_it_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ func testListenersAfterClientDisconnected(t *testing.T, memberHost string, clien
}

func TestClusterID(t *testing.T) {
t.Skipf("flaky, see: https://github.com/hazelcast/hazelcast-go-client/issues/844")
it.SkipIf(t, "oss")
clientTester(t, func(t *testing.T, smart bool) {
ctx := context.Background()
Expand Down

0 comments on commit a340d17

Please sign in to comment.