From a40a5973ec303c4f5b7ef2f84bb4c831b86aea02 Mon Sep 17 00:00:00 2001 From: Chris Johnson Date: Tue, 15 Nov 2022 13:17:41 -0800 Subject: [PATCH] Remove usage of deprecated Fuchsia event source 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/shell/platform/fuchsia/flutter/tests/integration/text-input/meta/text-input-test.cml b/shell/platform/fuchsia/flutter/tests/integration/text-input/meta/text-input-test.cml index 48680f9d4a6b0..6b97f55f426f3 100644 --- a/shell/platform/fuchsia/flutter/tests/integration/text-input/meta/text-input-test.cml +++ b/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: [