diff --git a/test/xpu/functorch/test_control_flow_xpu.py b/test/xpu/functorch/test_control_flow_xpu.py index 63da9865271..18f487a536e 100644 --- a/test/xpu/functorch/test_control_flow_xpu.py +++ b/test/xpu/functorch/test_control_flow_xpu.py @@ -9628,7 +9628,6 @@ def false_fn(x, y): @skipIfTorchDynamo("We don't expect users to torch.compile hop schema generation.") -@unittest.skipIf(IS_WINDOWS, "Windows not supported for this test") class TestHopSchema(TestCase): def _get_example_val(self, ty: str): from torch.fx.experimental.sym_node import SymNode