Skip to content
Snippets Groups Projects
Commit ff7d21ad authored by Andrew Kapuscinski's avatar Andrew Kapuscinski
Browse files

Revert "enabled skipped tests that are passing in shared workspaces"

This reverts commit 68320db2.
parent 067f8e70
No related branches found
No related tags found
No related merge requests found
Pipeline #806 failed
......@@ -27,6 +27,9 @@ WEBLOG = "weblog.tgz"
# pylint: disable=C0301, R0201, R0912
@pytest.mark.skip(
reason="Test currently failing within Docker image; this is being looked at"
)
def test_gets_evla_eb_products():
"""
Check our execution blocks test data
......@@ -41,6 +44,9 @@ def test_gets_evla_eb_products():
assert len(product_set.science_products) == len(exec_blocks)
@pytest.mark.skip(
reason="Test currently failing within Docker image; this is being looked at"
)
def test_gets_evla_ms():
"""
Check our basic measurement set test data
......@@ -79,6 +85,9 @@ def test_gets_evla_ms():
assert actual_file_count == expected_file_count
@pytest.mark.skip(
reason="Test currently failing within Docker image; this is being looked at"
)
def test_gets_evla_cms():
"""
Check our calibrated measurement set ('restore') test data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment