Skip to content

Commit 0f80a46

Browse files
Enable tests in comp nodes logging (#16695)
1 parent 46dd6bb commit 0f80a46

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

ydb/core/kqp/ut/runtime/kqp_scan_logging_ut.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,7 @@ void RunTestForQuery(const std::string& query, const std::string& expectedLog, b
6666
break;
6767
}
6868
}
69-
70-
// TODO: remove this if after https://github.com/ydb-platform/ydb/issues/15597
71-
if (!enabledLogs) {
72-
UNIT_ASSERT(hasExpectedLog == enabledLogs);
73-
}
69+
UNIT_ASSERT(hasExpectedLog == enabledLogs);
7470
}
7571

7672
} // anonymous namespace

0 commit comments

Comments
 (0)