Skip to content

Commit

Permalink
Remove pytest skip, because this PR should be fixing that behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Oct 22, 2023
1 parent bc38eb6 commit 321901a
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 321901a

Please sign in to comment.