Skip to content

Commit

Permalink
Reenable tests for r2plus1d_18. (#3919)
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Hug <nicolashug@fb.com>
  • Loading branch information
datumbox and NicolasHug authored May 26, 2021
1 parent 48de528 commit 6d1a084
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,9 +459,6 @@ def test_detection_model_validation(model_name):
@pytest.mark.parametrize('model_name', get_available_video_models())
@pytest.mark.parametrize('dev', _devs)
def test_video_model(model_name, dev):
if IN_CIRCLE_CI and 'cuda' in dev.type and model_name == 'r2plus1d_18' and sys.platform == 'linux':
# FIXME: Failure should fixed and test re-actived. See https://github.com/pytorch/vision/issues/3702
pytest.skip('r2plus1d_18 fails on CircleCI linux GPU machines.')
ModelTester()._test_video_model(model_name, dev)


Expand Down

0 comments on commit 6d1a084

Please sign in to comment.