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

enabled skipped tests that are passing in shared workspaces

parent 3eae9f78
No related branches found
No related tags found
No related merge requests found
Pipeline #802 canceled
...@@ -27,9 +27,6 @@ WEBLOG = "weblog.tgz" ...@@ -27,9 +27,6 @@ WEBLOG = "weblog.tgz"
# pylint: disable=C0301, R0201, R0912 # 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(): def test_gets_evla_eb_products():
""" """
Check our execution blocks test data Check our execution blocks test data
...@@ -44,9 +41,6 @@ def test_gets_evla_eb_products(): ...@@ -44,9 +41,6 @@ def test_gets_evla_eb_products():
assert len(product_set.science_products) == len(exec_blocks) 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(): def test_gets_evla_ms():
""" """
Check our basic measurement set test data Check our basic measurement set test data
...@@ -85,9 +79,6 @@ def test_gets_evla_ms(): ...@@ -85,9 +79,6 @@ def test_gets_evla_ms():
assert actual_file_count == expected_file_count 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(): def test_gets_evla_cms():
""" """
Check our calibrated measurement set ('restore') test data 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