Skip to content

Commit

Permalink
Revert "[CI] Comment flaky tests (#10084)" (#10580)
Browse files Browse the repository at this point in the history
* Revert "[CI] Comment flaky tests (#10084)"

This reverts commit ed98026.
  • Loading branch information
akihironitta authored and awaelchli committed Jan 5, 2022
1 parent 77daeb4 commit f205172
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/profiler/test_profiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@ def test_pytorch_profiler_trainer_ddp(tmpdir, pytorch_profiler):
assert any(f"{local_rank}-validation_step" in f for f in files)


@RunIf(standalone=True)
@pytest.mark.parametrize("fast_dev_run", [1, 2, 3, 4, 5])
@pytest.mark.parametrize("boring_model_cls", [ManualOptimBoringModel, BoringModel])
def test_pytorch_profiler_trainer_fit(fast_dev_run, boring_model_cls, tmpdir):
Expand Down

0 comments on commit f205172

Please sign in to comment.