Skip to content

Commit 8af53d7

Browse files
committed
Temporarily disable test_ops_jit on Windows
See #96858
1 parent a8f36dd commit 8af53d7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/run_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ def skip_test_p(name: str) -> bool:
197197
]
198198

199199
WINDOWS_BLOCKLIST = [
200+
"test_ops_jit", # TODO: Broken on Windows https://github.com/pytorch/pytorch/issues/96858
200201
"distributed/nn/jit/test_instantiator",
201202
"distributed/rpc/test_faulty_agent",
202203
"distributed/rpc/test_tensorpipe_agent",

0 commit comments

Comments
 (0)