Commit efa7f87a authored by dimich@google.com's avatar dimich@google.com

Disable DomCheckerTest.Http. TBR=nsylvain

Review URL: http://codereview.chromium.org/42670

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12608 0039d316-1c4b-4281-b951-d872f2087c98
parent 776db3c6
...@@ -216,7 +216,7 @@ class DomCheckerTest : public UITest { ...@@ -216,7 +216,7 @@ class DomCheckerTest : public UITest {
} // namespace } // namespace
TEST_F(DomCheckerTest, File) { TEST_F(DomCheckerTest, DISABLED_File) {
if (!CommandLine::ForCurrentProcess()->HasSwitch(kRunDomCheckerTest)) if (!CommandLine::ForCurrentProcess()->HasSwitch(kRunDomCheckerTest))
return; return;
...@@ -225,7 +225,7 @@ TEST_F(DomCheckerTest, File) { ...@@ -225,7 +225,7 @@ TEST_F(DomCheckerTest, File) {
PrintResults(new_passes, new_failures); PrintResults(new_passes, new_failures);
} }
TEST_F(DomCheckerTest, Http) { TEST_F(DomCheckerTest, DISABLED_Http) {
if (!CommandLine::ForCurrentProcess()->HasSwitch(kRunDomCheckerTest)) if (!CommandLine::ForCurrentProcess()->HasSwitch(kRunDomCheckerTest))
return; return;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment