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

Unified Diff: chrome/browser/safe_browsing/permission_reporter_browsertest.cc

Issue 2598943002: Disable flaky browsertests: PermissionReporterBrowserTest (Closed)
Patch Set: Created 4 years 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/browser/safe_browsing/permission_reporter_browsertest.cc
diff --git a/chrome/browser/safe_browsing/permission_reporter_browsertest.cc b/chrome/browser/safe_browsing/permission_reporter_browsertest.cc
index 678c15c5ed577ac8c21d126df8caf5ec779393ca..5afff18b76edd9751d9167f0d0d217ad7079eb78 100644
--- a/chrome/browser/safe_browsing/permission_reporter_browsertest.cc
+++ b/chrome/browser/safe_browsing/permission_reporter_browsertest.cc
@@ -82,7 +82,7 @@ class PermissionReporterBrowserTest : public SyncTest {
// Test that permission action report will be sent if the user is opted into it.
IN_PROC_BROWSER_TEST_F(PermissionReporterBrowserTest,
- PermissionActionReporting) {
+ DISABLED_PermissionActionReporting) {
// Set up the Sync client.
ASSERT_TRUE(SetupSync());
Profile* profile = GetProfile(0);
@@ -126,7 +126,7 @@ IN_PROC_BROWSER_TEST_F(PermissionReporterBrowserTest,
}
IN_PROC_BROWSER_TEST_F(PermissionReporterBrowserTest,
- PermissionActionReportingPriorIgnoreCount) {
+ DISABLED_PermissionActionReportingPriorIgnoreCount) {
// Set up the Sync client.
ASSERT_TRUE(SetupSync());
Profile* profile = GetProfile(0);
« 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