| Index: chrome/test/ui/dom_checker_uitest.cc
|
| ===================================================================
|
| --- chrome/test/ui/dom_checker_uitest.cc (revision 25626)
|
| +++ chrome/test/ui/dom_checker_uitest.cc (working copy)
|
| @@ -224,7 +224,8 @@
|
| PrintResults(new_passes, new_failures);
|
| }
|
|
|
| -TEST_F(DomCheckerTest, Http) {
|
| +// TODO(arv): http://code.google.com/p/chromium/issues/detail?id=21321
|
| +TEST_F(DomCheckerTest, DISABLED_Http) {
|
| if (!CommandLine::ForCurrentProcess()->HasSwitch(kRunDomCheckerTest))
|
| return;
|
|
|
|
|