diff --git a/parsl/tests/test_python_apps/test_lifted.py b/parsl/tests/test_python_apps/test_lifted.py index 644792205a..52fba7943f 100644 --- a/parsl/tests/test_python_apps/test_lifted.py +++ b/parsl/tests/test_python_apps/test_lifted.py @@ -93,7 +93,6 @@ def test_returns_a_class_instance_no_underscores(): returns_a_class_instance()._nosuchattribute.result() -@pytest.mark.skip("returning classes is not supported in WorkQueue or Task Vine - see issue #2908") def test_returns_a_class(): # precondition that returns_a_class behaves