[promises] Disable C++ e2e tests with server_promise_based_call for now (#33008)

<!--

If you know who should review your pull request, please assign it to
that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the
appropriate
lang label.

-->
pull/33017/head
Craig Tiller 2 years ago committed by GitHub
parent 18aab6ffb5
commit 0e7cc360eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      bazel/experiments.bzl
  2. 3
      src/core/lib/experiments/experiments.yaml

@ -28,9 +28,6 @@ EXPERIMENTS = {
"promise_based_client_call",
"promise_based_server_call",
],
"cpp_end2end_test": [
"promise_based_server_call",
],
"endpoint_test": [
"tcp_frame_size_tuning",
"tcp_rcv_lowat",
@ -54,9 +51,6 @@ EXPERIMENTS = {
"memory_pressure_controller",
"unconstrained_max_quota_buffer_size",
],
"xds_end2end_test": [
"promise_based_server_call",
],
},
"on": {
"flow_control_test": [

@ -112,7 +112,8 @@
default: false
expiry: 2023/06/01
owner: ctiller@google.com
test_tags: ["core_end2end_test", "cpp_end2end_test", "xds_end2end_test"]
test_tags: ["core_end2end_test"]
disabled_test_tags: ["cpp_end2end_test", "xds_end2end_test"]
- name: transport_supplies_client_latency
description: If set, use the transport represented value for client latency in opencensus
default: false

Loading…
Cancel
Save