Skip to content

Commit

Permalink
Re-enable test that was skipped because of issue #2908 (#2928)
Browse files Browse the repository at this point in the history
This should have been fixed by PR #2916
  • Loading branch information
benclifford authored Nov 1, 2023
1 parent 77ae4f7 commit c7a3918
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parsl/tests/test_python_apps/test_lifted.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7a3918

Please sign in to comment.