[EventEngine] Enable the client experiment for all h2_full end2end tests (#32568)

pull/32573/head
AJ Heller 2 years ago committed by GitHub
parent 84c084527a
commit 2cdc98a614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      test/core/end2end/generate_tests.bzl

@ -77,7 +77,9 @@ END2END_FIXTURES = {
_platforms = ["linux", "mac", "posix"],
tags = ["no_test_ios"],
),
"h2_full": _fixture_options(),
"h2_full": _fixture_options(
tags = ["event_engine_client_test"],
),
"h2_full_no_retry": _fixture_options(supports_retry = False),
"h2_full+pipe": _fixture_options(_platforms = ["linux"]),
"h2_full+trace": _fixture_options(tracing = True),

Loading…
Cancel
Save