We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f36dd commit 8af53d7Copy full SHA for 8af53d7
1 file changed
test/run_test.py
@@ -197,6 +197,7 @@ def skip_test_p(name: str) -> bool:
197
]
198
199
WINDOWS_BLOCKLIST = [
200
+ "test_ops_jit", # TODO: Broken on Windows https://github.com/pytorch/pytorch/issues/96858
201
"distributed/nn/jit/test_instantiator",
202
"distributed/rpc/test_faulty_agent",
203
"distributed/rpc/test_tensorpipe_agent",
0 commit comments