Skip to content

Commit

Permalink
[CI] Disable compile tests on windows
Browse files Browse the repository at this point in the history
ghstack-source-id: 49737ccee6bc1e520591ad7210f830e80257a222
Pull Request resolved: #2510
  • Loading branch information
vmoens committed Oct 21, 2024
1 parent 56b0b9a commit ae77208
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -2659,6 +2659,7 @@ def test_dynamic_multiasync_collector(self):
@pytest.mark.skipif(
TORCH_VERSION < version.parse("2.5.0"), reason="requires Torch >= 2.5.0"
)
@pytest.mark.skipif(IS_WINDOWS, reason="windows is not supported for compile tests.")
class TestCompile:
@pytest.mark.parametrize(
"collector_cls",
Expand Down

0 comments on commit ae77208

Please sign in to comment.