Commit 9ed8d7c5 authored by Marina Ciocea's avatar Marina Ciocea Committed by Commit Bot

[Sheriff] Disable flaky test TestShouldDisplayFullscreen on Linux TSan.

PlatformNotificationServiceBrowserTest.TestShouldDisplayFullscreen is
flaky on Linux TSan.

Bug: 1086169
Change-Id: I919f57ecbcc586f0368553126e54999c582435c8
TBR: peter@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2214892Reviewed-by: default avatarMarina Ciocea <marinaciocea@chromium.org>
Commit-Queue: Marina Ciocea <marinaciocea@chromium.org>
Cr-Commit-Position: refs/heads/master@{#771579}
parent b153194d
......@@ -966,8 +966,14 @@ IN_PROC_BROWSER_TEST_F(
// display notifications whilst fullscreen is deferred to the operating system.
#if !defined(OS_MACOSX)
// TODO(https://crbug.com/1086169) Test is flaky on Linux TSan.
#if defined(OS_LINUX) && !defined(OS_CHROMEOS) && defined(THREAD_SANITIZER)
#define MAYBE_TestShouldDisplayFullscreen DISABLED_TestShouldDisplayFullscreen
#else
#define MAYBE_TestShouldDisplayFullscreen TestShouldDisplayFullscreen
#endif
IN_PROC_BROWSER_TEST_F(PlatformNotificationServiceBrowserTest,
TestShouldDisplayFullscreen) {
MAYBE_TestShouldDisplayFullscreen) {
GrantNotificationPermissionForTest();
// Set the page fullscreen
......
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