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:
@@ -1,8 +1,8 @@
|
|||||||
|
// vtest flaky: true
|
||||||
|
// vtest retry: 3
|
||||||
import os
|
import os
|
||||||
|
|
||||||
const (
|
const test = @VROOT + '/vlib/v/tests/testdata/test_array_bound.v'
|
||||||
test = @VROOT + '/vlib/v/tests/testdata/test_array_bound.v'
|
|
||||||
)
|
|
||||||
|
|
||||||
fn direct(line string) {
|
fn direct(line string) {
|
||||||
if !line.contains('\tmain__direct(') {
|
if !line.contains('\tmain__direct(') {
|
||||||
|
|||||||
Reference in New Issue
Block a user