Skip to content
Snippets Groups Projects
Commit c8a6822b authored by Muxi Yan's avatar Muxi Yan
Browse files

Revert "Add cpp test"

This reverts commit e22bd48c.
parent f5b3db9c
No related branches found
No related tags found
No related merge requests found
...@@ -40,8 +40,6 @@ ...@@ -40,8 +40,6 @@
#include "src/proto/grpc/testing/echo.grpc.pb.h" #include "src/proto/grpc/testing/echo.grpc.pb.h"
#include "test/core/util/port.h" #include "test/core/util/port.h"
#include <grpc/support/workaround_list.h>
namespace grpc { namespace grpc {
namespace { namespace {
...@@ -89,15 +87,6 @@ TEST(ServerBuilderTest, CreateServerRepeatedPortWithDisallowedReusePort) { ...@@ -89,15 +87,6 @@ TEST(ServerBuilderTest, CreateServerRepeatedPortWithDisallowedReusePort) {
nullptr); nullptr);
} }
TEST(ServerBuilderTest, CreateServerOnePortWithCronetCompressionWorkaround) {
ServerBuilder()
.RegisterService(&g_service)
.AddListeningPort(g_port, InsecureServerCredentials())
.EnableWorkaround(GRPC_WORKAROUND_ID_CRONET_COMPRESSION)
.BuildAndStart()
->Shutdown();
}
} // namespace } // namespace
} // namespace grpc } // namespace grpc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment