[testing] Skip more flaky event engine tests (#33160)

Expand the set with more new flaky tests.
pull/33163/head
Vignesh Babu 2 years ago committed by GitHub
parent 05d5a04186
commit 9c59671936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/core/end2end/tests/call_creds.cc
  2. 1
      test/core/end2end/tests/cancel_after_accept.cc
  3. 2
      test/core/end2end/tests/cancel_after_invoke.cc

@ -288,6 +288,7 @@ CORE_END2END_TEST(PerCallCredsTest,
CORE_END2END_TEST(PerCallCredsTest,
RequestResponseWithPayloadAndDeletedInsecureCallCreds) {
SKIP_IF_USES_EVENT_ENGINE_CLIENT();
TestRequestResponseWithPayloadAndDeletedCallCreds(*this, false);
}
@ -303,6 +304,7 @@ CORE_END2END_TEST(PerCallCredsOnInsecureTest,
CORE_END2END_TEST(PerCallCredsOnInsecureTest,
RequestResponseWithPayloadAndDeletedInsecureCallCreds) {
SKIP_IF_USES_EVENT_ENGINE_CLIENT();
TestRequestResponseWithPayloadAndDeletedCallCreds(*this, false);
}

@ -77,6 +77,7 @@ CORE_END2END_TEST(CoreDeadlineTest, DeadlineAfterAccept) {
CORE_END2END_TEST(CoreClientChannelTest, DeadlineAfterAcceptWithServiceConfig) {
SKIP_IF_USES_EVENT_ENGINE_CLIENT();
SKIP_IF_USES_EVENT_ENGINE_LISTENER();
InitServer(ChannelArgs());
InitClient(ChannelArgs().Set(
GRPC_ARG_SERVICE_CONFIG,

@ -114,10 +114,12 @@ CORE_END2END_TEST(CoreEnd2endTest, CancelAfterInvoke6) {
}
CORE_END2END_TEST(CoreEnd2endTest, CancelAfterInvoke5) {
SKIP_IF_USES_EVENT_ENGINE_LISTENER();
CancelAfterInvoke5(*this, std::make_unique<CancelCancellationMode>());
}
CORE_END2END_TEST(CoreEnd2endTest, CancelAfterInvoke4) {
SKIP_IF_USES_EVENT_ENGINE_LISTENER();
CancelAfterInvoke4(*this, std::make_unique<CancelCancellationMode>());
}

Loading…
Cancel
Save