1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: skip crypto_rand_read_test.v on the tests-sanitize-memory-clang job

This commit is contained in:
Delyan Angelov 2021-03-16 17:10:03 +02:00
parent 0c620a78bf
commit 98c611d5d9
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -21,6 +21,7 @@ const (
'vlib/vweb/request_test.v',
'vlib/vweb/route_test.v',
'vlib/x/websocket/websocket_test.v',
'vlib/crypto/rand/crypto_rand_read_test.v',
]
skip_with_fsanitize_address = [
'vlib/encoding/base64/base64_test.v',