From 4e61956ef4320176ae555b567829c6a87a407543 Mon Sep 17 00:00:00 2001
From: Alexander Polcyn <apolcyn@google.com>
Date: Mon, 19 Aug 2019 16:08:57 -0700
Subject: [PATCH] Add run: false to grpclb_fallback_test

---
 Makefile                             |  2 --
 build.yaml                           |  1 +
 tools/run_tests/generated/tests.json | 18 ------------------
 3 files changed, 1 insertion(+), 20 deletions(-)

diff --git a/Makefile b/Makefile
index a0692f38d20..37df0d6c809 100644
--- a/Makefile
+++ b/Makefile
@@ -2381,8 +2381,6 @@ test_cxx: buildtests_cxx
 	$(Q) $(BINDIR)/$(CONFIG)/grpclb_api_test || ( echo test grpclb_api_test failed ; exit 1 )
 	$(E) "[RUN]     Testing grpclb_end2end_test"
 	$(Q) $(BINDIR)/$(CONFIG)/grpclb_end2end_test || ( echo test grpclb_end2end_test failed ; exit 1 )
-	$(E) "[RUN]     Testing grpclb_fallback_test"
-	$(Q) $(BINDIR)/$(CONFIG)/grpclb_fallback_test || ( echo test grpclb_fallback_test failed ; exit 1 )
 	$(E) "[RUN]     Testing h2_ssl_cert_test"
 	$(Q) $(BINDIR)/$(CONFIG)/h2_ssl_cert_test || ( echo test h2_ssl_cert_test failed ; exit 1 )
 	$(E) "[RUN]     Testing h2_ssl_session_reuse_test"
diff --git a/build.yaml b/build.yaml
index 7431dbb2a53..e0862c116e5 100644
--- a/build.yaml
+++ b/build.yaml
@@ -5170,6 +5170,7 @@ targets:
   - gpr
 - name: grpclb_fallback_test
   build: test
+  run: false
   language: c++
   src:
   - src/proto/grpc/testing/empty.proto
diff --git a/tools/run_tests/generated/tests.json b/tools/run_tests/generated/tests.json
index 6dd3f1422e5..f28b1335a6c 100644
--- a/tools/run_tests/generated/tests.json
+++ b/tools/run_tests/generated/tests.json
@@ -4907,24 +4907,6 @@
     ], 
     "uses_polling": true
   }, 
-  {
-    "args": [], 
-    "benchmark": false, 
-    "ci_platforms": [
-      "linux"
-    ], 
-    "cpu_cost": 1.0, 
-    "exclude_configs": [], 
-    "exclude_iomgrs": [], 
-    "flaky": false, 
-    "gtest": false, 
-    "language": "c++", 
-    "name": "grpclb_fallback_test", 
-    "platforms": [
-      "linux"
-    ], 
-    "uses_polling": true
-  }, 
   {
     "args": [], 
     "benchmark": false,