Skip to content
Snippets Groups Projects
Commit 55f413ca authored by Vlad Zolotarov's avatar Vlad Zolotarov Committed by Pekka Enberg
Browse files

test.py: Blacklist tst-fsx test since it fails

parent 21e65b52
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ import os
import re
blacklist = [
"tst-fsx.so" # Test fails
]
tests = sorted([os.path.basename(x) for x in glob.glob('build/release/tests/tst-*.so')])
......
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