summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorhoro@chromium.org <horo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-16 04:53:47 +0000
committerhoro@chromium.org <horo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-16 04:53:47 +0000
commite325a01b0a2914cdc208cea00758c26b3779c59a (patch)
treead76063b5fcba3463eef5ee63b557628d9e19a28 /chrome
parentc9a98e9cfbaffcbd7252a74d3309a48e15688469 (diff)
downloadchromium_src-e325a01b0a2914cdc208cea00758c26b3779c59a.zip
chromium_src-e325a01b0a2914cdc208cea00758c26b3779c59a.tar.gz
chromium_src-e325a01b0a2914cdc208cea00758c26b3779c59a.tar.bz2
Rename FLAKY_* tests to DISABLED_* in DomDistillerViewerSourceBrowserTest.
See "FAILS_ and FLAKY_ are no longer used" http://www.chromium.org/developers/tree-sheriffs/sheriff-details-chromium/handling-a-failing-test BUG=356866 Review URL: https://codereview.chromium.org/238433002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264116 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc b/chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc
index 3489f66..c3b2310 100644
--- a/chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc
+++ b/chrome/browser/dom_distiller/dom_distiller_viewer_source_browsertest.cc
@@ -154,7 +154,7 @@ bool DomDistillerViewerSourceBrowserTest::expect_distillation_ = false;
// are enabled when the article exists in the database.
// Flakiness: crbug.com/356866
IN_PROC_BROWSER_TEST_F(DomDistillerViewerSourceBrowserTest,
- FLAKY_NoWebUIBindingsArticleExists) {
+ DISABLED_NoWebUIBindingsArticleExists) {
// Ensure there is one item in the database, which will trigger distillation.
const ArticleEntry entry = CreateEntry("DISTILLED", "http://example.com/1");
AddEntry(entry, database_model_);
@@ -179,7 +179,7 @@ IN_PROC_BROWSER_TEST_F(DomDistillerViewerSourceBrowserTest,
// are enabled when requesting to view an arbitrary URL.
// Flakiness: crbug.com/356866
IN_PROC_BROWSER_TEST_F(DomDistillerViewerSourceBrowserTest,
- FLAKY_NoWebUIBindingsViewUrl) {
+ DISABLED_NoWebUIBindingsViewUrl) {
// We should expect distillation for any valid URL.
expect_distillation_ = true;
GURL view_url("http://www.example.com/1");