diff --git a/Makefile b/Makefile
index 38d0adb796a865af217d7cac94a67b65735ddf4f..a25523310ea076ef850985fbe6e7ea5a039b9f43 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"
diff --git a/build.yaml b/build.yaml
index dadd9429e24a36deec059cc873a495bece460772..f70ab3368d93e7c5ef825e4c0f8db73f6aac5fc4 100644
--- a/build.yaml
+++ b/build.yaml
@@ -1937,6 +1937,7 @@ targets:
   - posix
 - name: qps_openloop_test
   build: test
+  run: false
   language: c++
   src:
   - test/cpp/qps/qps_openloop_test.cc
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json
index 2f91844f441f66d8db9899ee13bf5520b2f35e7d..a8366e05abe741bfbf99d92a8555fb204d8c3e08 100644
--- a/tools/run_tests/tests.json
+++ b/tools/run_tests/tests.json
@@ -1497,22 +1497,6 @@
       "windows"
     ]
   }, 
-  {
-    "ci_platforms": [
-      "linux", 
-      "mac", 
-      "posix"
-    ], 
-    "exclude_configs": [], 
-    "flaky": false, 
-    "language": "c++", 
-    "name": "qps_openloop_test", 
-    "platforms": [
-      "linux", 
-      "mac", 
-      "posix"
-    ]
-  }, 
   {
     "ci_platforms": [
       "linux",