-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
flutter/packages
#5853Labels
c: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.c: flakeTests that sometimes, but not always, incorrectly passTests that sometimes, but not always, incorrectly passp: quick_actionsQuickActions pluginQuickActions pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-androidOwned by Android platform teamOwned by Android platform team
Description
We had this test running in Android emulators, but in late December it suddenly became incredibly flake (like, <25% pass rate, maybe even <10%). This change seemed to be out-of-band, and about the same time as what's described in #140987 and with similar effect (but in a different integration test), so it may have the same underlying cause. Even if so though, we don't know what that underlying cause actually is (i.e., why we suddenly needed to add code to file_selector_android tests to dismiss dialogs, and what those dialogs were).
Unfortunately the failure log doesn't tell us much:
> Task :app:connectedDebugAndroidTest
Starting 3 tests on android_34_google_apis_x64(AVD) - 14
io.flutter.plugins.quickactionsexample.QuickActionsTest > appShortcutLaunchActivityAfterStarting[android_34_google_apis_x64(AVD) - 14] �[31mFAILED �[0m
java.lang.AssertionError: AppShortcut:action_one does not launch the correct activity
at org.junit.Assert.fail(Assert.java:89)
Tests on android_34_google_apis_x64(AVD) - 14 failed: There was 1 failure(s).
> Task :app:connectedDebugAndroidTest FAILED
I'm opting this package out of emulators again for now to get the tree back to a functional state. (It will continue to run on devices via FTL.)
Metadata
Metadata
Assignees
Labels
c: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.c: flakeTests that sometimes, but not always, incorrectly passTests that sometimes, but not always, incorrectly passp: quick_actionsQuickActions pluginQuickActions pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-androidOwned by Android platform teamOwned by Android platform team