diff --git a/tests/torch/test_compile_torch.py b/tests/torch/test_compile_torch.py index 175e36ab7..ed917f626 100644 --- a/tests/torch/test_compile_torch.py +++ b/tests/torch/test_compile_torch.py @@ -31,7 +31,7 @@ class FC(nn.Module): @pytest.mark.parametrize( "model", - [pytest.param(FC)], + [pytest.param(FC, marks=pytest.mark.xfail)], ) @pytest.mark.parametrize( "input_output_feature",