From e5aa27d19bad72cdeb6abff657c20b028a43b461 Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Sat, 4 Mar 2023 14:11:48 +0100 Subject: [PATCH] add lock for breakout --- crates/cli/tests/cli_run.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/cli/tests/cli_run.rs b/crates/cli/tests/cli_run.rs index 12822c80c8..b6c8e6fa7c 100644 --- a/crates/cli/tests/cli_run.rs +++ b/crates/cli/tests/cli_run.rs @@ -677,6 +677,7 @@ mod cli_run { } #[cfg_attr(windows, ignore)] // flaky error; issue #5024 + #[serial(breakout)] #[test] fn breakout() { test_roc_app_slim( @@ -689,6 +690,7 @@ mod cli_run { } #[test] + #[serial(breakout)] fn breakout_hello_gui() { test_roc_app_slim( "examples/gui/breakout",