We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1dfc60 commit 63c9029Copy full SHA for 63c9029
run_tests.sh
@@ -1,12 +1,8 @@
1
#!/bin/bash
2
3
# Newline separated list of tests to ignore
4
-BLACKLIST="allocator-test-AllocationClassTest
5
-allocator-test-AllocatorTypeTest
6
-allocator-test-NvmCacheTests
+BLACKLIST="allocator-test-AllocatorTypeTest
7
allocator-test-NavySetupTest
8
-common-test-TimeTests
9
-common-test-UtilTests
10
shm-test-test_page_size"
11
12
if [ "$1" == "long" ]; then
0 commit comments