From 44dc4bab8f79e7b90555ff4f4978698e0d26d8cb Mon Sep 17 00:00:00 2001 From: Arvid Jakobsson Date: Mon, 18 Dec 2023 17:01:26 +0100 Subject: [PATCH 1/2] Tezt: [Sequencer publishes the blueprints to L1] is [Tag.flaky] --- tezt/tests/evm_sequencer.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tezt/tests/evm_sequencer.ml b/tezt/tests/evm_sequencer.ml index 42267355a110..f6b720207363 100644 --- a/tezt/tests/evm_sequencer.ml +++ b/tezt/tests/evm_sequencer.ml @@ -89,7 +89,7 @@ let test_persistent_state = let test_publish_blueprints = Protocol.register_test ~__FILE__ - ~tags:["evm"; "sequencer"; "data"] + ~tags:[Tag.flaky; "evm"; "sequencer"; "data"] ~title:"Sequencer publishes the blueprints to L1" @@ fun protocol -> let* {evm_node; node; client; sc_rollup_node} = setup_sequencer protocol in -- GitLab From f670505e3f17c74a61066dd7e818e1438abff7c7 Mon Sep 17 00:00:00 2001 From: Arvid Jakobsson Date: Mon, 18 Dec 2023 17:02:09 +0100 Subject: [PATCH 2/2] Tezt: [Deposit and withdraw tez] is [Tag.flaky] --- tezt/tests/evm_rollup.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tezt/tests/evm_rollup.ml b/tezt/tests/evm_rollup.ml index 140e90b9cb5e..e6a1c4275a09 100644 --- a/tezt/tests/evm_rollup.ml +++ b/tezt/tests/evm_rollup.ml @@ -2235,7 +2235,7 @@ let check_balance ~receiver ~endpoint expected_balance = let test_deposit_and_withdraw = Protocol.register_test ~__FILE__ - ~tags:["evm"; "deposit"; "withdraw"] + ~tags:[Tag.flaky; "evm"; "deposit"; "withdraw"] ~uses:(fun _protocol -> [ Constant.octez_smart_rollup_node; -- GitLab