Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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