add lock for breakout

This commit is contained in:
Anton-4 2023-03-04 14:11:48 +01:00
parent 7b5989e4ef
commit e5aa27d19b
No known key found for this signature in database
GPG key ID: 0971D718C0A9B937

View file

@ -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",