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,5 +1,6 @@
|
||||
module sync
|
||||
|
||||
// vtest flaky: true
|
||||
// vtest retry: 6
|
||||
|
||||
// ATTENTION! Do not use this file as an example!
|
||||
|
Reference in New Issue
Block a user