Skip to content

Commit

Permalink
use polling and event engine in cf engine tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HannahShiSFB committed Feb 23, 2023
1 parent 12e6783 commit bec7c2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/core/event_engine/test_suite/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ grpc_cc_test(
"no_linux",
"no_windows",
],
uses_polling = False,
uses_event_engine = True,
uses_polling = True,
deps = [
"//src/core:cf_event_engine",
"//test/core/event_engine/test_suite/posix:oracle_event_engine_posix",
Expand Down

0 comments on commit bec7c2a

Please sign in to comment.