Skip to content

Commit 115e87a

Browse files
committed
ci: skip vlib/veb/tests/memory_leak_test.v for sanitize-memory-clang and sanitize-address-clang-without-gc too (the GC is off for these)
1 parent ab15a6c commit 115e87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vlib/veb/tests/memory_leak_test.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// vtest build: !docker-ubuntu-musl
1+
// vtest build: !docker-ubuntu-musl && !sanitize-memory-clang && !sanitize-address-clang-without-gc
22
import os
33
import time
44
import net.http

0 commit comments

Comments
 (0)