Skip to content

Commit 63c9029

Browse files
authored
Clean-up test's blacklist (#18)
1 parent f1dfc60 commit 63c9029

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

run_tests.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
#!/bin/bash
22

33
# Newline separated list of tests to ignore
4-
BLACKLIST="allocator-test-AllocationClassTest
5-
allocator-test-AllocatorTypeTest
6-
allocator-test-NvmCacheTests
4+
BLACKLIST="allocator-test-AllocatorTypeTest
75
allocator-test-NavySetupTest
8-
common-test-TimeTests
9-
common-test-UtilTests
106
shm-test-test_page_size"
117

128
if [ "$1" == "long" ]; then

0 commit comments

Comments
 (0)