Skip to content

Commit 6dc206e

Browse files
akihironittaawaelchli
authored andcommitted
Revert "[CI] Comment flaky tests (#10084)" (#10580)
* Revert "[CI] Comment flaky tests (#10084)" This reverts commit ed98026.
1 parent 7c1a4b1 commit 6dc206e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/profiler/test_profiler.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ def test_pytorch_profiler_trainer_ddp(tmpdir, pytorch_profiler):
331331
assert any(f"{local_rank}-validation_step" in f for f in files)
332332

333333

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

0 commit comments

Comments
 (0)