mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: mark array_access_optimisation_test.v as flaky, and retry it 3 times
This commit is contained in:
parent
cd629cfeab
commit
fdc22b9020
@ -1,8 +1,8 @@
|
||||
// vtest flaky: true
|
||||
// vtest retry: 3
|
||||
import os
|
||||
|
||||
const (
|
||||
test = @VROOT + '/vlib/v/tests/testdata/test_array_bound.v'
|
||||
)
|
||||
const test = @VROOT + '/vlib/v/tests/testdata/test_array_bound.v'
|
||||
|
||||
fn direct(line string) {
|
||||
if !line.contains('\tmain__direct(') {
|
||||
|
Loading…
Reference in New Issue
Block a user