Commit 37b82ee7 authored by mfomitchev's avatar mfomitchev Committed by Commit bot

Disabling flaky IndexedDBBrowserTestSingleProcess.RenderThreadShutdownTest on...

Disabling flaky IndexedDBBrowserTestSingleProcess.RenderThreadShutdownTest on linux_chromium_asan_rel_ng

TBR=jsbell
BUG=581448

Review URL: https://codereview.chromium.org/1634253002

Cr-Commit-Position: refs/heads/master@{#371599}
parent d837812f
......@@ -848,8 +848,14 @@ class IndexedDBBrowserTestSingleProcess : public IndexedDBBrowserTest {
}
};
// Flaky on linux_chromium_asan_rel_ng: crbug.com/581448
#if defined(ADDRESS_SANITIZER)
#define MAYBE_RenderThreadShutdownTest DISABLED_RenderThreadShutdownTest
#else
#define MAYBE_RenderThreadShutdownTest RenderThreadShutdownTest
#endif
IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTestSingleProcess,
RenderThreadShutdownTest) {
MAYBE_RenderThreadShutdownTest) {
SimpleTest(GetTestUrl("indexeddb", "shutdown_with_requests.html"));
}
......
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