Skip to content

Commit e755913

Browse files
authored
Revert "Remove buggy assertion in EmbedderTest::CanPostTaskToAllNativeThreads. (flutter-team-archive#16071)"
This reverts commit 9ff4856.
1 parent 0a69353 commit e755913

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

shell/platform/embedder/tests/embedder_unittests.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3936,6 +3936,7 @@ TEST_F(EmbedderTest, CanPostTaskToAllNativeThreads) {
39363936

39373937
sync_latch.Wait();
39383938

3939+
ASSERT_GT(worker_count, 4u /* three base threads plus workers */);
39393940
const auto engine_threads_count = worker_count + 4u;
39403941

39413942
struct Captures {

0 commit comments

Comments
 (0)