1
0
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:
Delyan Angelov 2023-04-09 06:32:28 +03:00
parent cd629cfeab
commit fdc22b9020
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -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(') {