Commit b567a63f authored by Roman Sorokin's avatar Roman Sorokin Committed by Commit Bot

Sheriff: Disable MediaRouterIntegrationOneUABrowserTest.ReconnectSession

On Linux CFI

TBR=takumif@chromium.org

Bug: 966827
Change-Id: Ib18260b9a2efb5b63dd671ef9a94d0e76418b42c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628713Reviewed-by: default avatarRoman Sorokin [CET] <rsorokin@chromium.org>
Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#663055}
parent 35c990a4
......@@ -3,8 +3,10 @@
// found in the LICENSE file.
#include <memory>
#include "base/cfi_buildflags.h"
#include "base/files/file_util.h"
#include "base/path_service.h"
#include "build/build_config.h"
#include "chrome/test/media_router/media_router_integration_browsertest.h"
#include "content/public/test/test_utils.h"
#include "net/base/filename_util.h"
......@@ -64,10 +66,19 @@ IN_PROC_BROWSER_TEST_F(MediaRouterIntegrationOneUABrowserTest,
RunFailToSendMessageTest();
}
#if defined(OS_LINUX) && \
(BUILDFLAG(CFI_CAST_CHECK) || BUILDFLAG(CFI_ICALL_CHECK) || \
BUILDFLAG(CFI_ENFORCEMENT_TRAP) || BUILDFLAG(CFI_ENFORCEMENT_DIAGNOSTIC))
// https://crbug.com/966827. Flaky on Linux CFI.
#define MAYBE_ReconnectSession DISABLED_ReconnectSession
#else
#define MAYBE_ReconnectSession ReconnectSession
#endif
IN_PROC_BROWSER_TEST_F(MediaRouterIntegrationOneUABrowserTest,
ReconnectSession) {
MAYBE_ReconnectSession) {
RunReconnectSessionTest();
}
#undef MAYBE_ReconnectSession
IN_PROC_BROWSER_TEST_F(MediaRouterIntegrationOneUABrowserTest,
ReconnectSessionSameTab) {
......
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