Commit b6bcac1a authored by Fabrice de Gans-Riberi's avatar Fabrice de Gans-Riberi Committed by Commit Bot

[Sheriff] Disable ExtensionSettingsUIBrowserTest.ActivityLogInactiveWithoutSwitch on Windows

The test is flaky.

TBR=fdegans@chromium.org

Bug: 1040253
Change-Id: I19835986f9d5de55d1ad774a2271064ea6608f89
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992591Reviewed-by: default avatarFabrice de Gans-Riberi <fdegans@chromium.org>
Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org>
Cr-Commit-Position: refs/heads/master@{#729537}
parent d128b6c0
......@@ -10,6 +10,7 @@
#include "base/path_service.h"
#include "base/strings/string_util.h"
#include "base/threading/thread_restrictions.h"
#include "build/build_config.h"
#include "chrome/browser/extensions/activity_log/activity_log.h"
#include "chrome/browser/extensions/api/developer_private/developer_private_api.h"
#include "chrome/browser/extensions/chrome_test_extension_loader.h"
......@@ -222,8 +223,15 @@ IN_PROC_BROWSER_TEST_F(ExtensionSettingsUIBrowserTest, ListenerRegistration) {
}
}
// Flaky on Windows: crbug.com/
#if defined(OS_WIN)
#define MAYBE_ActivityLogInactiveWithoutSwitch \
DISABLED_ActivityLogInactiveWithoutSwitch
#else
#define MAYBE_ActivityLogInactiveWithoutSwitch ActivityLogInactiveWithoutSwitch
#endif // OS_WIN
IN_PROC_BROWSER_TEST_F(ExtensionSettingsUIBrowserTest,
ActivityLogInactiveWithoutSwitch) {
MAYBE_ActivityLogInactiveWithoutSwitch) {
// Navigate to chrome://extensions which is a whitelisted URL for the
// chrome.activityLogPrivate API.
GURL extensions_url("chrome://extensions");
......
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