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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/partnercustomizations/PartnerDisableIncognitoModeIntegrationTest.java

Issue 1233823006: Properly disable failing AwContentsClientFullScreenTest and PartnerDisableIncognitoModeIntegrationT… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 | « android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFullScreenTest.java ('k') | 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/partnercustomizations/PartnerDisableIncognitoModeIntegrationTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/partnercustomizations/PartnerDisableIncognitoModeIntegrationTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/partnercustomizations/PartnerDisableIncognitoModeIntegrationTest.java
index fe90cc69bb6a696fd5871a0a0edb748854cab2dc..de393d45ab3d31a131fbe3ef883a17fe2cf8b78e 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/partnercustomizations/PartnerDisableIncognitoModeIntegrationTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/partnercustomizations/PartnerDisableIncognitoModeIntegrationTest.java
@@ -147,9 +147,12 @@ public class PartnerDisableIncognitoModeIntegrationTest extends
assertIncognitoMenuItemEnabled(true);
}
- @DisabledTest
+ /*
@MediumTest
@Feature({"DisableIncognitoMode"})
+ crbug.com/511688
+ */
+ @DisabledTest
public void testEnabledParentalControlsClosesIncognitoTabs() throws InterruptedException {
setParentalControlsEnabled(false);
startMainActivityOnBlankPage();
« no previous file with comments | « android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFullScreenTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698