mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
ci: mark more tests as flaky
This commit is contained in:
parent
af4ee6addd
commit
2362450340
3 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
// vtest flaky: true
|
||||
// vtest retry: 3
|
||||
import os
|
||||
import v.vmod
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// vtest flaky: true
|
||||
// vtest retry: 3
|
||||
import toml
|
||||
|
||||
fn test_quoted_keys() {
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// vtest flaky: true
|
||||
// vtest retry: 3
|
||||
import os
|
||||
import time
|
||||
|
||||
|
@ -35,7 +37,7 @@ fn test_crun_simple_v_program_several_times() {
|
|||
sw.restart()
|
||||
}
|
||||
dump(times)
|
||||
assert times.first() > times.last() * 3 // cruns compile just once, if the source file is not changed
|
||||
assert times.first() > times.last() * 2 // cruns compile just once, if the source file is not changed
|
||||
$if !windows {
|
||||
os.system('ls -la ${crun_folder}')
|
||||
os.system('find ${crun_folder}')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue