aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-10-11 00:01:16 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-10-11 00:09:28 +0300
commit5f97eb73e570dd7546ea9a7c508be50bf546aeb6 (patch)
treecfc5f3fa7e6c1cb2b87e4dfffa0a81c806d22286
parent2693e3169db8ffa3b0bbe5ce0fcd81c89f0b055e (diff)
downloadydb-5f97eb73e570dd7546ea9a7c508be50bf546aeb6.tar.gz
Intermediate changes
commit_hash:89646da3670c4ea2abe57002fae1fbf6cf2bfd21
-rw-r--r--yt/yt/core/rpc/unittests/lib/common.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/yt/yt/core/rpc/unittests/lib/common.h b/yt/yt/core/rpc/unittests/lib/common.h
index 4f24a3b964..a3b26f570c 100644
--- a/yt/yt/core/rpc/unittests/lib/common.h
+++ b/yt/yt/core/rpc/unittests/lib/common.h
@@ -523,9 +523,10 @@ using TAllTransports = ::testing::Types<
TRpcOverGrpcImpl<false, false>,
TRpcOverGrpcImpl<false, true>,
TRpcOverGrpcImpl<true, false>,
- TRpcOverGrpcImpl<true, true>,
- TRpcOverHttpImpl<false>,
- TRpcOverHttpImpl<true>
+ TRpcOverGrpcImpl<true, true>
+ // XXX(babenko): temporarily off
+ // TRpcOverHttpImpl<false>,
+ // TRpcOverHttpImpl<true>
>;
using TWithAttachments = ::testing::Types<