mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tests: add // vtest flaky: true
to atomic_test.v
This commit is contained in:
parent
63eacede95
commit
04a77c731e
@ -1,5 +1,8 @@
|
|||||||
import time
|
import time
|
||||||
|
|
||||||
|
// vtest flaky: true
|
||||||
|
// vtest retry: 3
|
||||||
|
|
||||||
struct App {
|
struct App {
|
||||||
mut:
|
mut:
|
||||||
idx atomic int
|
idx atomic int
|
||||||
|
Loading…
Reference in New Issue
Block a user