Skip to content

Commit

Permalink
chore: makr test_all_artih_ops as flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBredehoft committed Aug 1, 2024
1 parent 984b71f commit e14f40c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/quantization/test_quantized_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,9 @@ def test_clip_op(
ARITH_N_BITS_LIST = [20, 16, 8]


# This test is a known flaky (in particular, with the QuantizedDiv operator)
# FIXME: https://github.com/zama-ai/concrete-ml-internal/issues/4563
@pytest.mark.flaky
@pytest.mark.parametrize(
"operator, supports_enc_with_enc, r2_threshold_bits",
[
Expand Down

0 comments on commit e14f40c

Please sign in to comment.