Skip to content

Commit ae77208

Browse files
author
Vincent Moens
committed
[CI] Disable compile tests on windows
ghstack-source-id: 49737cc Pull Request resolved: #2510
1 parent 56b0b9a commit ae77208

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_collector.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2659,6 +2659,7 @@ def test_dynamic_multiasync_collector(self):
26592659
@pytest.mark.skipif(
26602660
TORCH_VERSION < version.parse("2.5.0"), reason="requires Torch >= 2.5.0"
26612661
)
2662+
@pytest.mark.skipif(IS_WINDOWS, reason="windows is not supported for compile tests.")
26622663
class TestCompile:
26632664
@pytest.mark.parametrize(
26642665
"collector_cls",

0 commit comments

Comments
 (0)