mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-13 15:26:24 +00:00
add lock for breakout
This commit is contained in:
parent
7b5989e4ef
commit
e5aa27d19b
1 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue