From 68320db24153355e0b55262d75252dcc38b2a882 Mon Sep 17 00:00:00 2001
From: Andrew Kapuscinski <akapusci@nrao.edu>
Date: Wed, 3 Mar 2021 14:54:14 -0700
Subject: [PATCH] enabled skipped tests that are passing in shared workspaces

---
 shared/workspaces/test/test_test_data_expected_values.py | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/shared/workspaces/test/test_test_data_expected_values.py b/shared/workspaces/test/test_test_data_expected_values.py
index b779e136c..0f6989c1f 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
-- 
GitLab