Skip to content

Commit

Permalink
remove expected failure from dill test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkho committed Apr 4, 2024
1 parent 2e15563 commit 9c9bd54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/stateful_dataloader/test_dataloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -1669,7 +1669,6 @@ def _test_multiprocessing_iterdatapipe(self, with_dill):
def test_multiprocessing_iterdatapipe(self):
self._test_multiprocessing_iterdatapipe(with_dill=False)

@unittest.expectedFailure
@skipIfNoNumpy
@unittest.skipIf(IS_JETSON, "Not working on Jetson")
@skipIfNoDill
Expand Down

0 comments on commit 9c9bd54

Please sign in to comment.