Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit b74c2c5

Browse files
authored
Remove usage of deprecated Fuchsia event source (#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.
1 parent a1dd335 commit b74c2c5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

shell/platform/fuchsia/flutter/tests/integration/text-input/meta/text-input-test.cml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@
1717
program: {
1818
binary: "bin/app",
1919
},
20-
use: [
21-
{ protocol: "fuchsia.sys2.EventSource" },
22-
{
23-
event: "stopped",
24-
from: "framework",
25-
},
26-
],
2720
offer: [
2821
{
2922
protocol: [

0 commit comments

Comments
 (0)