Skip to content
Snippets Groups Projects
Commit 7f6529e7 authored by Pekka Enberg's avatar Pekka Enberg
Browse files

scripts/test.py: Blacklist tst-dns-resolver.so


The tst-dns-resolver.so fails spuriously. Blacklist it until the problem
is fixed to keep Jenkin builds running.

Signed-off-by: default avatarPekka Enberg <penberg@cloudius-systems.com>
parent 12d1df73
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ class StandardOSvTest(Test):
blacklist = [
"tst-fsx.so" # Test fails
, "tst-dns-resolver.so"
]
java_test = Test('java', '/java.so -cp /tests/java/tests.jar:/tests/java/isolates.jar \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment