diff --git a/Makefile b/Makefile index 94a397db34d..8e3c40ebce4 100644 --- a/Makefile +++ b/Makefile @@ -1910,8 +1910,6 @@ test_c: buildtests_c $(Q) $(BINDIR)/$(CONFIG)/combiner_test || ( echo test combiner_test failed ; exit 1 ) $(E) "[RUN] Testing compression_test" $(Q) $(BINDIR)/$(CONFIG)/compression_test || ( echo test compression_test failed ; exit 1 ) - $(E) "[RUN] Testing concurrent_connectivity_test" - $(Q) $(BINDIR)/$(CONFIG)/concurrent_connectivity_test || ( echo test concurrent_connectivity_test failed ; exit 1 ) $(E) "[RUN] Testing connection_refused_test" $(Q) $(BINDIR)/$(CONFIG)/connection_refused_test || ( echo test connection_refused_test failed ; exit 1 ) $(E) "[RUN] Testing cpu_test" diff --git a/build_autogenerated.yaml b/build_autogenerated.yaml index dda6f2877f7..2f40fd2e618 100644 --- a/build_autogenerated.yaml +++ b/build_autogenerated.yaml @@ -3170,6 +3170,7 @@ targets: uses_polling: false - name: concurrent_connectivity_test build: test + run: false language: c headers: [] src: diff --git a/tools/run_tests/generated/tests.json b/tools/run_tests/generated/tests.json index b395729d7c7..9e1607c61d0 100644 --- a/tools/run_tests/generated/tests.json +++ b/tools/run_tests/generated/tests.json @@ -809,30 +809,6 @@ ], "uses_polling": false }, - { - "args": [], - "benchmark": false, - "ci_platforms": [ - "linux", - "mac", - "posix", - "windows" - ], - "cpu_cost": 1.0, - "exclude_configs": [], - "exclude_iomgrs": [], - "flaky": false, - "gtest": false, - "language": "c", - "name": "concurrent_connectivity_test", - "platforms": [ - "linux", - "mac", - "posix", - "windows" - ], - "uses_polling": true - }, { "args": [], "benchmark": false,