chore: disable flaky test

This commit is contained in:
Arthur Meyre
2021-12-03 10:58:23 +01:00
parent c7255dfd66
commit 500d46a552

View File

@@ -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",