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

Unified Diff: chrome/browser/extensions/content_verifier_browsertest.cc

Issue 2527693003: Disable ContentVerifierPolicyTest.PolicyCorruptedOnStartup test (Closed)
Patch Set: Created 4 years, 1 month 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/extensions/content_verifier_browsertest.cc
diff --git a/chrome/browser/extensions/content_verifier_browsertest.cc b/chrome/browser/extensions/content_verifier_browsertest.cc
index 34b6decb659ee52a4422d2437d22634453aa45bf..645875d85ea483c839fbfd1eef33e050467d10cb 100644
--- a/chrome/browser/extensions/content_verifier_browsertest.cc
+++ b/chrome/browser/extensions/content_verifier_browsertest.cc
@@ -707,10 +707,11 @@ class ContentVerifierPolicyTest : public ContentVerifierTest {
DownloaderTestDelegate downloader_;
};
+// Disabled due to flakiness (crbug.com/668067)
// We want to test what happens at startup with a corroption-disabled policy
// force installed extension. So we set that up in the PRE test here.
IN_PROC_BROWSER_TEST_F(ContentVerifierPolicyTest,
- PRE_PolicyCorruptedOnStartup) {
+ DISABLED_PRE_PolicyCorruptedOnStartup) {
ExtensionRegistry* registry = ExtensionRegistry::Get(profile());
RegistryObserver registry_observer(registry);
@@ -731,8 +732,10 @@ IN_PROC_BROWSER_TEST_F(ContentVerifierPolicyTest,
EXPECT_TRUE(reasons & Extension::DISABLE_CORRUPTED);
}
+// Disabled due to flakiness (crbug.com/668067)
// Now actually test what happens on the next startup after the PRE test above.
-IN_PROC_BROWSER_TEST_F(ContentVerifierPolicyTest, PolicyCorruptedOnStartup) {
+IN_PROC_BROWSER_TEST_F(ContentVerifierPolicyTest,
+ DISABLED_PolicyCorruptedOnStartup) {
// Expect that the extension is still disabled for corruption.
ExtensionPrefs* prefs = ExtensionPrefs::Get(profile());
int reasons = prefs->GetDisableReasons(id_);
« 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