Skip to content

Commit cecea9c

Browse files
authored
Revert "Added test for RPCs over a flaky network"
1 parent 0c1b8f9 commit cecea9c

File tree

5 files changed

+5
-491
lines changed

5 files changed

+5
-491
lines changed

test/cpp/end2end/BUILD

-19
Original file line numberDiff line numberDiff line change
@@ -553,25 +553,6 @@ grpc_cc_test(
553553
],
554554
)
555555

556-
grpc_cc_test(
557-
name = "flaky_network_test",
558-
srcs = ["flaky_network_test.cc"],
559-
external_deps = [
560-
"gtest",
561-
],
562-
tags = ["manual"],
563-
deps = [
564-
":test_service_impl",
565-
"//:gpr",
566-
"//:grpc",
567-
"//:grpc++",
568-
"//src/proto/grpc/testing:echo_messages_proto",
569-
"//src/proto/grpc/testing:echo_proto",
570-
"//test/core/util:grpc_test_util",
571-
"//test/cpp/util:test_util",
572-
],
573-
)
574-
575556
grpc_cc_test(
576557
name = "shutdown_test",
577558
srcs = ["shutdown_test.cc"],

0 commit comments

Comments
 (0)