ci: mark more js tests as flaky

This commit is contained in:
Delyan Angelov 2023-11-04 10:00:57 +02:00
parent 244411ae42
commit f5f0995c4f
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED
3 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,6 @@
// vtest flaky: true
// vtest retry: 3
fn test_js() { fn test_js() {
$if js_node { $if js_node {
assert true assert true

View file

@ -1,3 +1,6 @@
// vtest flaky: true
// vtest retry: 3
const ( const (
a = 3 a = 3
u = u64(1) u = u64(1)

View file

@ -1,3 +1,6 @@
// vtest flaky: true
// vtest retry: 3
// import strings // import strings
// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. // Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved.