Commit 4e7b9db5 authored by Bret Sepulveda's avatar Bret Sepulveda Committed by Commit Bot

Disable flaky test StorageTest.WriteAndRepeatedlyUploadMultipleQueues.

TBR=zatrudo@google.com

Bug: 1098359
Change-Id: Ia11ea7fb24f0c1de6494546620baba44d56c15f6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2263875Reviewed-by: default avatarBret Sepulveda <bsep@chromium.org>
Commit-Queue: Bret Sepulveda <bsep@chromium.org>
Cr-Commit-Position: refs/heads/master@{#781845}
parent f8ad9d8d
...@@ -441,7 +441,8 @@ TEST_F(StorageTest, WriteAndRepeatedlyImmediateUploadWithConfirmations) { ...@@ -441,7 +441,8 @@ TEST_F(StorageTest, WriteAndRepeatedlyImmediateUploadWithConfirmations) {
WriteStringOrDie(IMMEDIATE, more_blobs[2]); WriteStringOrDie(IMMEDIATE, more_blobs[2]);
} }
TEST_F(StorageTest, WriteAndRepeatedlyUploadMultipleQueues) { // TODO(crbug.com/1098359): Flaky.
TEST_F(StorageTest, DISABLED_WriteAndRepeatedlyUploadMultipleQueues) {
CreateStorageTestOrDie(BuildStorageOptions()); CreateStorageTestOrDie(BuildStorageOptions());
// Upload is initiated asynchronously, so it may happen after the next // Upload is initiated asynchronously, so it may happen after the next
......
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