mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
ci: mark more js tests as flaky
This commit is contained in:
parent
244411ae42
commit
f5f0995c4f
3 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
// vtest flaky: true
|
||||
// vtest retry: 3
|
||||
|
||||
fn test_js() {
|
||||
$if js_node {
|
||||
assert true
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
// vtest flaky: true
|
||||
// vtest retry: 3
|
||||
|
||||
const (
|
||||
a = 3
|
||||
u = u64(1)
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
// vtest flaky: true
|
||||
// vtest retry: 3
|
||||
|
||||
// import strings
|
||||
|
||||
// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue