ci: mark more ever more tests as flaky

This commit is contained in:
Delyan Angelov 2023-11-03 12:22:01 +02:00
parent 03709169e2
commit cbb67b2009
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED
4 changed files with 9 additions and 3 deletions

View file

@ -1,8 +1,8 @@
// vtest flaky: true
// vtest retry: 3
import rand
const (
strings = unique_strings(200, 10)
)
const strings = unique_strings(200, 10)
fn unique_strings(arr_len int, str_len int) []string {
mut arr := []string{cap: arr_len}

View file

@ -1,3 +1,5 @@
// vtest flaky: true
// vtest retry: 3
import v.tests.project_with_c_code.mod1
fn test_using_c_code_in_the_same_module_works() {

View file

@ -1,3 +1,5 @@
// vtest flaky: true
// vtest retry: 3
import v.tests.project_with_c_code_2.modc
fn test_using_c_code_in_the_same_module_works() {

View file

@ -1,3 +1,5 @@
// vtest flaky: true
// vtest retry: 3
import v.tests.project_with_c_code_3.mod1
fn test_using_c_code_in_the_same_module_works() {