aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-10-27 21:27:10 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-10-27 21:27:10 +0100
commit895a2dfe77f2ac2f851cf2d264ad5328789b0303 (patch)
tree6540954254cfa16c368fd0b5b310b98cca19f8ff /Makefile
parent21ca91a6a41195ccee1cfde0e5f048cc9ec5d42d (diff)
Disabling qps openloop's test.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 38d0adb796..a25523310e 100644
--- a/Makefile
+++ b/Makefile
@@ -3546,8 +3546,6 @@ test_cxx: test_zookeeper buildtests_cxx
$(Q) $(BINDIR)/$(CONFIG)/interop_test || ( echo test interop_test failed ; exit 1 )
$(E) "[RUN] Testing mock_test"
$(Q) $(BINDIR)/$(CONFIG)/mock_test || ( echo test mock_test failed ; exit 1 )
- $(E) "[RUN] Testing qps_openloop_test"
- $(Q) $(BINDIR)/$(CONFIG)/qps_openloop_test || ( echo test qps_openloop_test failed ; exit 1 )
$(E) "[RUN] Testing qps_test"
$(Q) $(BINDIR)/$(CONFIG)/qps_test || ( echo test qps_test failed ; exit 1 )
$(E) "[RUN] Testing secure_auth_context_test"