Commit cf0652ee authored by Tim Schumann's avatar Tim Schumann Committed by Commit Bot

Disable DOMStorageBrowserTest.DataPersists on all platforms.

TBR=rockot@google.com
BUG: 1027940

Change-Id: Icbcb8571b994c8de778c952654037095f7578bad
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1936215Reviewed-by: default avatarTim Schumann <tschumann@chromium.org>
Commit-Queue: Tim Schumann <tschumann@chromium.org>
Cr-Commit-Position: refs/heads/master@{#719100}
parent fd643644
......@@ -107,17 +107,12 @@ IN_PROC_BROWSER_TEST_F(DOMStorageBrowserTest, SanityCheckIncognito) {
}
// http://crbug.com/654704 PRE_ tests aren't supported on Android.
// Also crbug/1027940: Fails on linux-chromeos-rel.
#if defined(OS_ANDROID) || defined(OS_LINUX)
#define MAYBE_DataPersists DISABLED_DataPersists
#else
#define MAYBE_DataPersists DataPersists
#endif
// Also crbug/1027940: Fails on linux-chromeos-rel and other platforms.
IN_PROC_BROWSER_TEST_F(DOMStorageBrowserTest, PRE_DataPersists) {
SimpleTest(GetTestUrl("dom_storage", "store_data.html"), kNotIncognito);
}
IN_PROC_BROWSER_TEST_F(DOMStorageBrowserTest, MAYBE_DataPersists) {
IN_PROC_BROWSER_TEST_F(DOMStorageBrowserTest, DISABLED_DataPersists) {
SimpleTest(GetTestUrl("dom_storage", "verify_data.html"), kNotIncognito);
}
......
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