Commit 301064ba authored by Henrik Boström's avatar Henrik Boström Committed by Commit Bot

Disable flaky CorruptionOnDisk.

See bug.

TBR=dmurph@chromium.org, mpearson@chromium.org, rockot@chromium.org, mek@chromium.org, jam@chromium.org

Bug: 1010414
Change-Id: I4a87b8873a878cedeaf5d87bc62474a2adaa1444
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834088Reviewed-by: default avatarHenrik Boström <hbos@chromium.org>
Commit-Queue: Henrik Boström <hbos@chromium.org>
Cr-Commit-Position: refs/heads/master@{#701993}
parent bd5eb35e
......@@ -613,7 +613,9 @@ TEST_F(SessionStorageContextMojoTest, InvalidVersionOnDisk) {
ShutdownContext();
}
TEST_F(SessionStorageContextMojoTest, CorruptionOnDisk) {
// TODO(https://crbug.com/1010414): This test is flaky on various Linux bots and
// fuchsia_x64 (does that count as OS_LINUX or not?); fix and re-enable.
TEST_F(SessionStorageContextMojoTest, DISABLED_CorruptionOnDisk) {
std::string namespace_id = base::GenerateGUID();
url::Origin origin = url::Origin::Create(GURL("http://foobar.com"));
......
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