mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
chore: disable flaky test
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user