summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/in_process_webkit/dom_storage_uitest.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/in_process_webkit/dom_storage_uitest.cc b/chrome/browser/in_process_webkit/dom_storage_uitest.cc
index be580fc..84a7e3b 100644
--- a/chrome/browser/in_process_webkit/dom_storage_uitest.cc
+++ b/chrome/browser/in_process_webkit/dom_storage_uitest.cc
@@ -2,6 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// TODO(jorlow): Reenable when https://bugs.webkit.org/show_bug.cgi?id=28094
+// is fixed. Until then, this will cause crashes even if the
+// individual tests are disabled.
+#if 0
+
#include "chrome/common/chrome_switches.h"
#include "chrome/test/ui/ui_layout_test.h"
@@ -72,3 +77,4 @@ TEST_F(DOMStorageTest, SessionStorageLayoutTests) {
RunLayoutTest(kSubDirFiles[i], false);
}
+#endif