Skip to content

Commit

Permalink
disable profiler test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
awaelchli committed Jul 17, 2024
1 parent 0eec395 commit 4d9befd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/streaming/test_dataloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def test_streaming_dataloader():
}


@pytest.mark.skip(reason="Profiling patches torch which leads to undesired test interactions")
@pytest.mark.skipif(not _VIZ_TRACKER_AVAILABLE, reason="viz tracker required")
@pytest.mark.parametrize("profile", [2, True])
def test_dataloader_profiling(profile, tmpdir, monkeypatch):
Expand Down

0 comments on commit 4d9befd

Please sign in to comment.