From e14f40c5f189401903399f0baeb543a026fe4850 Mon Sep 17 00:00:00 2001 From: Roman Bredehoft Date: Thu, 1 Aug 2024 10:15:41 +0200 Subject: [PATCH] chore: makr test_all_artih_ops as flaky --- tests/quantization/test_quantized_ops.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/quantization/test_quantized_ops.py b/tests/quantization/test_quantized_ops.py index 052044c0e..fb4f6e5b3 100644 --- a/tests/quantization/test_quantized_ops.py +++ b/tests/quantization/test_quantized_ops.py @@ -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", [