From 5ac2812845ef14843eb7963e8ca645054a1cd559 Mon Sep 17 00:00:00 2001 From: Guillaume Bau Date: Wed, 2 Oct 2024 17:30:15 +0200 Subject: [PATCH] Tezt/Dal: fix attester profile requires cryptobox --- tezt/tests/dal.ml | 1 - 1 file changed, 1 deletion(-) diff --git a/tezt/tests/dal.ml b/tezt/tests/dal.ml index 0179fb95927d..456072ba1d17 100644 --- a/tezt/tests/dal.ml +++ b/tezt/tests/dal.ml @@ -8128,7 +8128,6 @@ let register ~protocols = "dal node GET \ /profiles//attested_levels//attestable_slots" ~producer_profiles:[0; 1; 2] - ~prover:false test_dal_node_get_attestable_slots protocols ; scenario_with_layer1_and_dal_nodes -- GitLab