Skip to content

Commit 8cf1071

Browse files
committed
Intermediate changes
commit_hash:f32b7c11140780c9a21a8bf7bf2f5dc222d93dae
1 parent 0e4dd8b commit 8cf1071

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

yql/essentials/minikql/mkql_alloc_ut.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Y_UNIT_TEST_SUITE(TMiniKQLAllocTest) {
9292
UNIT_ASSERT_VALUES_EQUAL(false, alloc.IsAttached());
9393
}
9494
}
95+
#if !defined(_asan_enabled_)
9596
Y_UNIT_TEST(ArrowAllocateZeroSize) {
9697
// Choose small enough pieces to hit arena (using some internal knowledge)
9798
const auto pieceSize = AlignUp<size_t>(1, ArrowAlignment);
@@ -134,6 +135,7 @@ Y_UNIT_TEST_SUITE(TMiniKQLAllocTest) {
134135

135136
delete[] ptrs;
136137
}
138+
#endif
137139
}
138140

139141
} // namespace NKikimr::NMiniKQL

0 commit comments

Comments
 (0)