From f84444b70ac273e0c4ba60f7a12381736d3be5c2 Mon Sep 17 00:00:00 2001 From: Sergei Vinogradov Date: Tue, 13 Sep 2022 19:26:39 +0200 Subject: [PATCH] Clean-up test's blacklist (#18) --- run_tests.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/run_tests.sh b/run_tests.sh index 97fc7cda7..ad098c85e 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -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