8000 mark test_grad_deprecated_api as passing now · pytorch/pytorch@0689a86 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0689a86

Browse files
mark test_grad_deprecated_api as passing now
1 parent ee4dd33 commit 0689a86

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/functorch/test_eager_transforms.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4789,8 +4789,6 @@ def predict(params_and_buffers, x):
47894789
actual = opt_fn(params_and_buffers, x)
47904790
self.assertEqual(actual, expected)
47914791

4792-
# torch.compile is not supported on Windows
4793-
@expectedFailureIf(IS_WINDOWS)
47944792
@torch._dynamo.config.patch(suppress_errors=False)
47954793
@torch._dynamo.config.patch(capture_func_transforms=True)
47964794
@skipIfTorchDynamo("Do not test torch.compile on top of torch.compile")

0 commit comments

Comments
 (0)
0