Skip to content

Commit d13568e

Browse files
victoria-mcgrathvinser52
authored andcommitted
Disabled test suite allocator-test-AllocatorTypeTest (pmem#41)
Disabled test suite allocator-test-AllocatorTypeTest to skip sporadically failing tests.
1 parent 385128d commit d13568e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

run_tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# Newline separated list of tests to ignore
44
BLACKLIST="allocator-test-AllocationClassTest
5+
allocator-test-AllocatorTypeTest
56
allocator-test-NvmCacheTests
67
common-test-TimeTests
78
common-test-UtilTests
@@ -12,3 +13,4 @@ if [ "$1" == "long" ]; then
1213
else
1314
find -type f \( -not -name "*bench*" -and -not -name "navy*" \) -executable | grep -vF "$BLACKLIST" | xargs -n1 bash -c
1415
fi
16+
# ./allocator-test-AllocatorTypeTest --gtest_filter=-*ChainedItemSerialization*:*RebalancingWithEvictions*

0 commit comments

Comments
 (0)