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',