Skip to content

Commit

Permalink
disable check
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Dec 11, 2024
1 parent 323f3a1 commit 37b1c8b
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 @@ -16,8 +16,8 @@ def setup_class(cls):

@pytest.fixture(autouse=True)
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.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")

Expand Down

0 comments on commit 37b1c8b

Please sign in to comment.