Skip to content

Commit

Permalink
Removed skip marker from test_extract_checksums
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGat committed Feb 19, 2024
1 parent 7d6943b commit b153021
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test/test_access_om2_extract_checksums.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from models.accessom2 import SUPPORTED_SCHEMA_VERSIONS

@pytest.mark.parametrize("version", SUPPORTED_SCHEMA_VERSIONS)
@pytest.mark.skip(reason="This test shouldn't run as part of the normal test suite - it is the test for the tests")
@pytest.mark.test
def test_extract_checksums(version):
# Mock ExpTestHelper
Expand Down

0 comments on commit b153021

Please sign in to comment.