diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-10-11 00:01:16 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-10-11 00:09:28 +0300 |
commit | 5f97eb73e570dd7546ea9a7c508be50bf546aeb6 (patch) | |
tree | cfc5f3fa7e6c1cb2b87e4dfffa0a81c806d22286 | |
parent | 2693e3169db8ffa3b0bbe5ce0fcd81c89f0b055e (diff) | |
download | ydb-5f97eb73e570dd7546ea9a7c508be50bf546aeb6.tar.gz |
Intermediate changes
commit_hash:89646da3670c4ea2abe57002fae1fbf6cf2bfd21
-rw-r--r-- | yt/yt/core/rpc/unittests/lib/common.h | 7 |
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< |