From 98c611d5d9fc06ee22ad019c3bb75ccb6441646a Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Tue, 16 Mar 2021 17:10:03 +0200 Subject: [PATCH] ci: skip crypto_rand_read_test.v on the tests-sanitize-memory-clang job --- cmd/tools/vtest-self.v | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/tools/vtest-self.v b/cmd/tools/vtest-self.v index ba952637f4..e1cb61379d 100644 --- a/cmd/tools/vtest-self.v +++ b/cmd/tools/vtest-self.v @@ -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',