Skip to content

Commit

Permalink
test(compiler/bindings): Remove test of 80 bits security level while …
Browse files Browse the repository at this point in the history
…is not more supported
  • Loading branch information
BourgerieQuentin committed Jun 18, 2024
1 parent 1da7347 commit b7793ae
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7793ae

Please sign in to comment.