Skip to content

Commit 9b57d61

Browse files
authored
Do not use breakpad in ydbd (#14548)
1 parent 949287c commit 9b57d61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ydb/apps/ydbd/ya.make

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ PEERDIR(
6969
yql/essentials/udfs/common/url_base
7070
yql/essentials/udfs/common/yson2
7171
yql/essentials/udfs/logs/dsv
72-
ydb/library/breakpad
72+
# ydb/library/breakpad
7373
ydb/public/sdk/cpp/client/ydb_persqueue_public/codecs
7474
)
7575

ydb/tests/functional/minidumps/ya.make

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ IF (OS_LINUX)
33
PY3TEST()
44

55
TEST_SRCS(
6-
test_break.py
6+
# test_break.py
77
)
88

99
SIZE(MEDIUM)

0 commit comments

Comments
 (0)