[experiment] Disable work stealing end2end test experiments (#33081)

A known bug is being worked on. This will temporarily reduce flaky test
noise.
pull/33078/head^2
AJ Heller 2 years ago committed by GitHub
parent 4674f2ccf7
commit 7b74b07885
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      bazel/experiments.bzl
  2. 2
      src/core/lib/experiments/experiments.yaml

@ -27,7 +27,6 @@ EXPERIMENTS = {
"event_engine_client",
"promise_based_client_call",
"promise_based_server_call",
"work_stealing",
],
"endpoint_test": [
"tcp_frame_size_tuning",

@ -155,5 +155,5 @@
default: false
expiry: 2023/06/01
owner: hork@google.com
test_tags: ["core_end2end_test"]
test_tags: []
allow_in_fuzzing_config: false

Loading…
Cancel
Save