ci: improve repo CI robustness, by marking dynamic_template_manager_cache_system_test.v as flaky, and only failing db_store_test.v on !windows

This commit is contained in:
Delyan Angelov 2024-02-16 14:37:20 +02:00
parent e11e2b08d7
commit 3937eccdc9
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED
2 changed files with 5 additions and 1 deletions

View file

@ -65,7 +65,9 @@ fn test_store_get() {
if data := store.get('b', max_age) {
assert data == default_user
} else {
assert false, 'session data should not be none'
$if !windows {
assert false, 'session data should not be none'
}
}
}

View file

@ -1,5 +1,7 @@
module dtm
// vtest flaky: true
// vtest retry: 3
import os
import time