diff --git a/tests/backup_acks_test.py b/tests/backup_acks_test.py index c18c3cfe57..f2c9af4aa5 100644 --- a/tests/backup_acks_test.py +++ b/tests/backup_acks_test.py @@ -30,10 +30,14 @@ def test_smart_mode(self): cluster_name=self.cluster.id, fail_on_indeterminate_operation_state=True, ) - m = self.client.get_map("test") + m = self.client.get_map("test").blocking() + + # TODO: Remove the next line once + # https://github.com/hazelcast/hazelcast/issues/9398 is fixed + m.get(1) # it's enough for this operation to succeed - m.set(1, 2).result() + m.set(1, 2) def test_lost_backups_on_smart_mode_with_fail_on_indeterminate_operation_state(self): self.client = HazelcastClient(