From fdc22b9020f009bdb5b7ee7b01f9e40c9fbdea86 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sun, 9 Apr 2023 06:32:28 +0300 Subject: [PATCH] ci: mark array_access_optimisation_test.v as flaky, and retry it 3 times --- vlib/v/tests/array_access_optimisation_test.v | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vlib/v/tests/array_access_optimisation_test.v b/vlib/v/tests/array_access_optimisation_test.v index 06db6533d0..343b556a62 100644 --- a/vlib/v/tests/array_access_optimisation_test.v +++ b/vlib/v/tests/array_access_optimisation_test.v @@ -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(') {