mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tests: support for marking _test.v files with // vtest flaky: true
, to reduce false positives from the CI
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
// vtest flaky: true
|
||||
// vtest retry: 15
|
||||
|
||||
// This test case runs concurrent 3 instances of `do_select` that
|
||||
|
Reference in New Issue
Block a user