diff --git a/run_tests.sh b/run_tests.sh index 9a54cf442b..a9c9e8f394 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -2,6 +2,7 @@ # Newline separated list of tests to ignore BLACKLIST="allocator-test-AllocationClassTest +allocator-test-AllocatorTypeTest allocator-test-NvmCacheTests common-test-TimeTests common-test-UtilTests @@ -12,3 +13,4 @@ if [ "$1" == "long" ]; then else find -type f \( -not -name "*bench*" -and -not -name "navy*" \) -executable | grep -vF "$BLACKLIST" | xargs -n1 bash -c fi +# ./allocator-test-AllocatorTypeTest --gtest_filter=-*ChainedItemSerialization*:*RebalancingWithEvictions*