summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkomels <[email protected]>2022-04-21 12:46:34 +0300
committerkomels <[email protected]>2022-04-21 12:46:34 +0300
commitf818c45c008cf20b6ac46f7c5f9a0cd5095ccca3 (patch)
tree8a3955b1b6701261eac3714c90e6c40f9e0e76f4
parent8634bc127c6626d7cb02dab7bc2d56f04e6f6599 (diff)
Mute broken tests LOGBROKER-7445
ref:b418f2e0605861c1b16298a88735e14140be2ef9
-rw-r--r--ydb/services/persqueue_v1/persqueue_compat_ut.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ydb/services/persqueue_v1/persqueue_compat_ut.cpp b/ydb/services/persqueue_v1/persqueue_compat_ut.cpp
index 9af553e127e..8c0cd737872 100644
--- a/ydb/services/persqueue_v1/persqueue_compat_ut.cpp
+++ b/ydb/services/persqueue_v1/persqueue_compat_ut.cpp
@@ -65,6 +65,7 @@ public:
Y_UNIT_TEST_SUITE(TPQCompatTest) {
Y_UNIT_TEST(DiscoverTopics) {
+ return; // LOGBROKER-7445
TPQv1CompatTestBase testServer;
Cerr << "Create write session\n";
auto ws = testServer.CreateWriteSession("account/topic2");
@@ -111,6 +112,7 @@ Y_UNIT_TEST_SUITE(TPQCompatTest) {
}
Y_UNIT_TEST(SetupLockSession) {
+ return; // LOGBROKER-7445
TPQv1CompatTestBase testServer;
{
auto rs = testServer.CreateReadSession({"account/topic2"});