You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: packages/quick_actions/quick_actions_android/example/android/app/src/androidTest/java/io/flutter/plugins/quickactionsexample/QuickActionsTest.java
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,6 @@
28
28
importorg.junit.After;
29
29
importorg.junit.Assert;
30
30
importorg.junit.Before;
31
-
importorg.junit.Ignore;
32
31
importorg.junit.Test;
33
32
importorg.junit.runner.RunWith;
34
33
@@ -86,9 +85,6 @@ public void appShortcutsAreCreated() {
86
85
}
87
86
}
88
87
89
-
// TODO(bparrishMines): The test is ignored because it fails when ran on Firebase Test Lab. See
0 commit comments