Skip to content

Commit

Permalink
Clean-up test's blacklist (pmem#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinser52 authored Sep 13, 2022
1 parent 090b8cb commit f84444b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
#!/bin/bash

# Newline separated list of tests to ignore
BLACKLIST="allocator-test-AllocationClassTest
allocator-test-AllocatorTypeTest
allocator-test-NvmCacheTests
BLACKLIST="allocator-test-AllocatorTypeTest
allocator-test-NavySetupTest
common-test-TimeTests
common-test-UtilTests
shm-test-test_page_size"

if [ "$1" == "long" ]; then
Expand Down

0 comments on commit f84444b

Please sign in to comment.