From b8f5767b7f4378539a2deeedb0d33405f6fc2095 Mon Sep 17 00:00:00 2001 From: Chris Johnson Date: Tue, 15 Nov 2022 15:53:26 -0800 Subject: [PATCH] Remove usage of deprecated Fuchsia event source (flutter/engine#37641) This capability is being removed by the Fuchsia platform (https://fuchsia-review.git.corp.google.com/c/fuchsia/+/758606), but is currently blocked on this usage. This change simply removes the capability from this tests, where it doesn't seem to be used at all. --- .../tests/integration/text-input/meta/text-input-test.cml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/engine/src/flutter/shell/platform/fuchsia/flutter/tests/integration/text-input/meta/text-input-test.cml b/engine/src/flutter/shell/platform/fuchsia/flutter/tests/integration/text-input/meta/text-input-test.cml index 48680f9d4a..6b97f55f42 100644 --- a/engine/src/flutter/shell/platform/fuchsia/flutter/tests/integration/text-input/meta/text-input-test.cml +++ b/engine/src/flutter/shell/platform/fuchsia/flutter/tests/integration/text-input/meta/text-input-test.cml @@ -17,13 +17,6 @@ program: { binary: "bin/app", }, - use: [ - { protocol: "fuchsia.sys2.EventSource" }, - { - event: "stopped", - from: "framework", - }, - ], offer: [ { protocol: [