aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-02-01 09:19:09 -0800
committerGravatar GitHub <noreply@github.com>2017-02-01 09:19:09 -0800
commite55fcc7f060ec94c22b9b0e1865a327f24c20afd (patch)
treee0fce1eb7132ef359c4a337ea6c818df8c5044a0 /Makefile
parent459e10d80e09a5c8e88dc10ff703358b5d3ee57b (diff)
parentb23f4b7db947a558971cc58d663c21ad7e9e38ee (diff)
Merge pull request #9530 from ctiller/hybrid
Mark hybrid tests as flaky
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 13a28b9797..8138f1adf3 100644
--- a/Makefile
+++ b/Makefile
@@ -1886,8 +1886,6 @@ test_cxx: buildtests_cxx
$(Q) $(BINDIR)/$(CONFIG)/grpclb_api_test || ( echo test grpclb_api_test failed ; exit 1 )
$(E) "[RUN] Testing grpclb_test"
$(Q) $(BINDIR)/$(CONFIG)/grpclb_test || ( echo test grpclb_test failed ; exit 1 )
- $(E) "[RUN] Testing hybrid_end2end_test"
- $(Q) $(BINDIR)/$(CONFIG)/hybrid_end2end_test || ( echo test hybrid_end2end_test failed ; exit 1 )
$(E) "[RUN] Testing interop_test"
$(Q) $(BINDIR)/$(CONFIG)/interop_test || ( echo test interop_test failed ; exit 1 )
$(E) "[RUN] Testing mock_test"
@@ -1923,6 +1921,8 @@ test_cxx: buildtests_cxx
flaky_test_cxx: buildtests_cxx
+ $(E) "[RUN] Testing hybrid_end2end_test"
+ $(Q) $(BINDIR)/$(CONFIG)/hybrid_end2end_test || ( echo test hybrid_end2end_test failed ; exit 1 )
test_python: static_c