diff --git a/CTestCustom.cmake b/CTestCustom.cmake index 7612966a195ce8592aa91b34eded8243ce67f3a8..f7e487530d2a63598f6e1d9a84590cbac102df10 100644 --- a/CTestCustom.cmake +++ b/CTestCustom.cmake @@ -86,14 +86,8 @@ foreach(test ${stress_tests}) ydb/drd_mid_${test} ydb/drd_large_${test} ) - if(NOT test MATCHES "test_stress(1|3).tdb") - list(APPEND CTEST_CUSTOM_TESTS_IGNORE - ydb/drd_large_${test} - ) - endif() if(NOT @RUN_LONG_TESTS@) list(APPEND CTEST_CUSTOM_TESTS_IGNORE - ydb/drd_mid_${test} ydb/drd_large_${test} ) endif()