tests: add `// vtest flaky: true` to atomic_test.v
parent
63eacede95
commit
04a77c731e
|
@ -1,5 +1,8 @@
|
|||
import time
|
||||
|
||||
// vtest flaky: true
|
||||
// vtest retry: 3
|
||||
|
||||
struct App {
|
||||
mut:
|
||||
idx atomic int
|
||||
|
|
Loading…
Reference in New Issue