Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Dec 3, 2024
1 parent 7819891 commit 4326aad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/core/end2end/end2end_test_suites.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1000,6 +1000,7 @@ std::vector<CoreTestConfiguration> DefaultConfigs() {
return std::make_unique<InsecureFixtureWithPipeForWakeupFd>();
}},
#endif
#ifndef GPR_WINDOWS
CoreTestConfiguration{"ChaoticGoodFullStack",
FEATURE_MASK_SUPPORTS_CLIENT_CHANNEL |
FEATURE_MASK_DOES_NOT_SUPPORT_RETRY |
Expand All @@ -1009,7 +1010,9 @@ std::vector<CoreTestConfiguration> DefaultConfigs() {
[](const ChannelArgs& /*client_args*/,
const ChannelArgs& /*server_args*/) {
return std::make_unique<ChaoticGoodFixture>();
}}};
}},
#endif
};
}

std::vector<CoreTestConfiguration> AllConfigs() {
Expand Down

0 comments on commit 4326aad

Please sign in to comment.