1
0
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:
Delyan Angelov
2022-04-30 13:27:50 +03:00
parent a2338dbb7c
commit 5277ce7dce
15 changed files with 30 additions and 2 deletions

View File

@ -1,3 +1,4 @@
// vtest flaky: true
// vtest retry: 3
import os
import time