From b7793aebe8cd88d6fd1db1e0488c5dabf1df41b8 Mon Sep 17 00:00:00 2001 From: Bourgerie Quentin Date: Tue, 18 Jun 2024 16:44:39 +0200 Subject: [PATCH] test(compiler/bindings): Remove test of 80 bits security level while is not more supported --- .../compiler/tests/python/test_compilation.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/compilers/concrete-compiler/compiler/tests/python/test_compilation.py b/compilers/concrete-compiler/compiler/tests/python/test_compilation.py index 7d3eaf7574..f0de586488 100644 --- a/compilers/concrete-compiler/compiler/tests/python/test_compilation.py +++ b/compilers/concrete-compiler/compiler/tests/python/test_compilation.py @@ -298,13 +298,6 @@ def test_lib_compile_and_run_global_p_error(keyset_cache): _test_lib_compile_and_run_with_options(keyset_cache, options) -def test_lib_compile_and_run_security_level(keyset_cache): - options = CompilationOptions.new() - options.set_security_level(80) - options.set_display_optimizer_choice(True) - _test_lib_compile_and_run_with_options(keyset_cache, options) - - @pytest.mark.parallel @pytest.mark.parametrize( "mlir_input, args, expected_result", end_to_end_parallel_fixture