diff --git a/shared/workspaces/test/test_test_data_expected_values.py b/shared/workspaces/test/test_test_data_expected_values.py
index b779e136cfafa73b887fc12f012f6e3b30766181..0f6989c1fb23f5457eb8b362ac7e78bf3c462f91 100644
--- a/shared/workspaces/test/test_test_data_expected_values.py
+++ b/shared/workspaces/test/test_test_data_expected_values.py
@@ -27,9 +27,6 @@ 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
@@ -44,9 +41,6 @@ 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
@@ -85,9 +79,6 @@ 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