Disabling qps openloop's test.

pull/3982/head
Nicolas "Pixel" Noble 9 years ago
parent 21ca91a6a4
commit 895a2dfe77
  1. 2
      Makefile
  2. 1
      build.yaml
  3. 16
      tools/run_tests/tests.json

@ -3546,8 +3546,6 @@ test_cxx: test_zookeeper buildtests_cxx
$(Q) $(BINDIR)/$(CONFIG)/interop_test || ( echo test interop_test failed ; exit 1 ) $(Q) $(BINDIR)/$(CONFIG)/interop_test || ( echo test interop_test failed ; exit 1 )
$(E) "[RUN] Testing mock_test" $(E) "[RUN] Testing mock_test"
$(Q) $(BINDIR)/$(CONFIG)/mock_test || ( echo test mock_test failed ; exit 1 ) $(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" $(E) "[RUN] Testing qps_test"
$(Q) $(BINDIR)/$(CONFIG)/qps_test || ( echo test qps_test failed ; exit 1 ) $(Q) $(BINDIR)/$(CONFIG)/qps_test || ( echo test qps_test failed ; exit 1 )
$(E) "[RUN] Testing secure_auth_context_test" $(E) "[RUN] Testing secure_auth_context_test"

@ -1937,6 +1937,7 @@ targets:
- posix - posix
- name: qps_openloop_test - name: qps_openloop_test
build: test build: test
run: false
language: c++ language: c++
src: src:
- test/cpp/qps/qps_openloop_test.cc - test/cpp/qps/qps_openloop_test.cc

@ -1497,22 +1497,6 @@
"windows" "windows"
] ]
}, },
{
"ci_platforms": [
"linux",
"mac",
"posix"
],
"exclude_configs": [],
"flaky": false,
"language": "c++",
"name": "qps_openloop_test",
"platforms": [
"linux",
"mac",
"posix"
]
},
{ {
"ci_platforms": [ "ci_platforms": [
"linux", "linux",

Loading…
Cancel
Save