Skip to content

Commit

Permalink
disable other check
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Dec 11, 2024
1 parent 37b1c8b commit 38d0735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/new_tests/test_mrt_functionality.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ def setup_class(cls):
def insert_or_update_records(self, as_connection):
# if (TestBaseClass.major_ver, TestBaseClass.minor_ver) < (8, 0):
# pytest.skip("MRT is only supported in server version 8.0 or higher")
if TestBaseClass.strong_consistency_enabled is False:
pytest.skip("Strong consistency is not enabled")
# if TestBaseClass.strong_consistency_enabled is False:
# pytest.skip("Strong consistency is not enabled")

for i, key in enumerate(self.keys):
self.as_connection.put(key, {self.bin_name: i})
Expand Down

0 comments on commit 38d0735

Please sign in to comment.