Gardening: Disable BlobStorageBrowserTest.BlobCombinations test
Disable a flaky BlobStorageBrowserTest.BlobCombinations test on Linux. Bug: 370751354 Change-Id: I1904e3ba03866475c5d93b12e600bc5f6caa4504 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5903319 Commit-Queue: Kentaro Hara <haraken@chromium.org> Owners-Override: Hayato Ito <hayato@chromium.org> Auto-Submit: Hayato Ito <hayato@chromium.org> Reviewed-by: Kentaro Hara <haraken@chromium.org> Commit-Queue: Hayato Ito <hayato@chromium.org> Cr-Commit-Position: refs/heads/main@{#1362900}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
d2144341c5
commit
ce885fc18a
@ -91,7 +91,13 @@ class BlobStorageBrowserTest : public ContentBrowserTest {
|
||||
storage::BlobStorageLimits limits_;
|
||||
};
|
||||
|
||||
IN_PROC_BROWSER_TEST_F(BlobStorageBrowserTest, BlobCombinations) {
|
||||
// TODO(crbug.com/370751354): Re-enable this test.
|
||||
#if BUILDFLAG(IS_LINUX)
|
||||
#define MAYBE_BlobCombinations DISABLED_BlobCombinations
|
||||
#else
|
||||
#define MAYBE_BlobCombinations BlobCombinations
|
||||
#endif
|
||||
IN_PROC_BROWSER_TEST_F(BlobStorageBrowserTest, MAYBE_BlobCombinations) {
|
||||
SetBlobLimits();
|
||||
SimpleTest(GetTestUrl("blob_storage", "blob_creation_and_slicing.html"));
|
||||
|
||||
|
Reference in New Issue
Block a user