Commit de7a87f5 authored by Xida Chen's avatar Xida Chen Committed by Commit Bot

Disable KioskNextShellClientTest.KioskNextShellNotLaunched on Linux

TBR=gayane@chromium.org
NOTRY=true

Bug: 971256
Change-Id: I3ac4e30183589e472541eb62ffe56f977efb962c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1644834Reviewed-by: default avatarXida Chen <xidachen@chromium.org>
Commit-Queue: Xida Chen <xidachen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#666284}
parent c8d79340
......@@ -9,6 +9,7 @@
#include "base/run_loop.h"
#include "base/test/scoped_feature_list.h"
#include "base/test/test_timeouts.h"
#include "build/build_config.h"
#include "chrome/browser/chrome_notification_types.h"
#include "chrome/browser/chromeos/login/test/fake_gaia_mixin.h"
#include "chrome/browser/chromeos/login/test/oobe_base_test.h"
......@@ -113,7 +114,15 @@ IN_PROC_BROWSER_TEST_F(KioskNextShellClientTest, BrowserNotLaunched) {
// Checks that the Kiosk Next Home window does not launch in sign-in when
// its pref is disabled.
IN_PROC_BROWSER_TEST_F(KioskNextShellClientTest, KioskNextShellNotLaunched) {
//
// See https://crbug.com/971256
#if defined(OS_LINUX)
#define MAYBE_KioskNextShellNotLaunched DISABLED_KioskNextShellNotLaunched
#else
#define MAYBE_KioskNextShellNotLaunched KioskNextShellNotLaunched
#endif
IN_PROC_BROWSER_TEST_F(KioskNextShellClientTest,
MAYBE_KioskNextShellNotLaunched) {
// Enable all component extensions.
extensions::ComponentLoader::EnableBackgroundExtensionsForTesting();
......
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