Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/notifications/NotificationPlatformBridgeTest.java

Issue 2792853004: Disable flaky NotificationPlatformBridgeTest#testPermissionDenied. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/javatests/src/org/chromium/chrome/browser/notifications/NotificationPlatformBridgeTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/notifications/NotificationPlatformBridgeTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/notifications/NotificationPlatformBridgeTest.java
index 92bbab437fe3a3d69dc30a71c158859d8f32ae73..23eaa284346547787507a1843e8b77cb8ae9841f 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/notifications/NotificationPlatformBridgeTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/notifications/NotificationPlatformBridgeTest.java
@@ -124,8 +124,10 @@ public class NotificationPlatformBridgeTest extends NotificationTestBase {
* Verifies that notifcations cannot be shown without permission, and that dismissing or denying
* the infobar works correctly.
*/
- @LargeTest
- @Feature({"Browser", "Notifications"})
+ //@LargeTest
+ //@Feature({"Browser", "Notifications"})
+ // crbug.com/707528
+ @DisabledTest
public void testPermissionDenied() throws Exception {
// Notifications permission should initially be prompt, and showing should fail.
assertEquals("\"default\"", runJavaScriptCodeInCurrentTab("Notification.permission"));
@@ -176,7 +178,8 @@ public class NotificationPlatformBridgeTest extends NotificationTestBase {
* Verifies granting permission via the infobar.
*/
//@MediumTest
- // Feature({"Browser", "Notifications"})
+ //@Feature({"Browser", "Notifications"})
+ // crbug.com/707528
@DisabledTest
public void testPermissionGranted() throws Exception {
// Notifications permission should initially be prompt, and showing should fail.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698