Commit 65c5d4c4 authored by Tim Schumann's avatar Tim Schumann Committed by Commit Bot

Disable NativeMessagingLaunchApiTest.InvalidConnectId on Win dbg.

TBR=dbertoni@chromium.org
BUG:1065344

Change-Id: Ib760d8263dc8cdd75c750a07770244a5e3ff779b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2124311Reviewed-by: default avatarTim Schumann <tschumann@chromium.org>
Commit-Queue: Tim Schumann <tschumann@chromium.org>
Auto-Submit: Tim Schumann <tschumann@chromium.org>
Cr-Commit-Position: refs/heads/master@{#753973}
parent e44258cb
...@@ -251,7 +251,13 @@ IN_PROC_BROWSER_TEST_F(NativeMessagingLaunchApiTest, Error) { ...@@ -251,7 +251,13 @@ IN_PROC_BROWSER_TEST_F(NativeMessagingLaunchApiTest, Error) {
EXPECT_EQ("--connect-id=test-connect-id", connect_id); EXPECT_EQ("--connect-id=test-connect-id", connect_id);
} }
IN_PROC_BROWSER_TEST_F(NativeMessagingLaunchApiTest, InvalidConnectId) { // TODO(crbug/1065344): Flaky on Win dbg.
#if defined(OS_WIN) && !defined(NDEBUG)
#define MAYBE_InvalidConnectId DISABLED_InvalidConnectId
#else
#define MAYBE_InvalidConnectId InvalidConnectId
#endif
IN_PROC_BROWSER_TEST_F(NativeMessagingLaunchApiTest, MAYBE_InvalidConnectId) {
ASSERT_NO_FATAL_FAILURE(test_host_.RegisterTestHost(false)); ASSERT_NO_FATAL_FAILURE(test_host_.RegisterTestHost(false));
StartupBrowserCreator::ProcessCommandLineAlreadyRunning( StartupBrowserCreator::ProcessCommandLineAlreadyRunning(
......
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