Skip to content

Commit

Permalink
(temp) remove version check
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Sep 23, 2024
1 parent 17c3385 commit 524d909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/new_tests/test_mrt.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
class TestMRT:
@pytest.fixture
def requires_server_mrt_support(self, as_connection):
if TestBaseClass.enterprise_in_use() is False or (TestBaseClass.major_ver, TestBaseClass.minor_ver) < (8, 0):
if TestBaseClass.enterprise_in_use() is False:
pytest.skip()

@pytest.mark.parametrize(
Expand Down

0 comments on commit 524d909

Please sign in to comment.