Skip to content

Commit

Permalink
chore: flag test_torch_padding as flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBredehoft committed Sep 18, 2023
1 parent 9716831 commit 46d04d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/torch/test_compile_torch.py
Original file line number Diff line number Diff line change
Expand Up @@ -1174,6 +1174,9 @@ def test_shape_operations_net(
assert "lookup_table" not in quantized_module.fhe_circuit.mlir


# This test is a known flaky, remove the mark once it's fixed
# FIXME: https://github.com/zama-ai/concrete-ml-internal/issues/3989
@pytest.mark.flaky
def test_torch_padding(default_configuration, check_circuit_has_no_tlu):
"""Test padding in PyTorch using ONNX pad operators."""
net = PaddingNet()
Expand Down

0 comments on commit 46d04d7

Please sign in to comment.