Commit 76b28728 authored by Tsuyoshi Horo's avatar Tsuyoshi Horo Committed by Commit Bot

Disable NativeMessagingLazyApiTest

Bug: 1111536, 1111337
Change-Id: I0c48340d8ab2d78056e640f7a3e6f9263578dadb
TBR: dbertoni@chromium.org, lazyboy@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337199Reviewed-by: default avatarTsuyoshi Horo <horo@chromium.org>
Commit-Queue: Tsuyoshi Horo <horo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#794789}
parent db03a683
......@@ -78,12 +78,16 @@ INSTANTIATE_TEST_SUITE_P(ServiceWorker,
NativeMessagingLazyApiTest,
::testing::Values(ContextType::kServiceWorker));
IN_PROC_BROWSER_TEST_P(NativeMessagingLazyApiTest, NativeMessagingBasic) {
// Flaky test: http://crbug.com/1111536
IN_PROC_BROWSER_TEST_P(NativeMessagingLazyApiTest,
DISABLED_NativeMessagingBasic) {
ASSERT_NO_FATAL_FAILURE(test_host_.RegisterTestHost(false));
ASSERT_TRUE(RunLazyTest("native_messaging_lazy")) << message_;
}
IN_PROC_BROWSER_TEST_P(NativeMessagingLazyApiTest, UserLevelNativeMessaging) {
// Flaky test: http://crbug.com/1111337
IN_PROC_BROWSER_TEST_P(NativeMessagingLazyApiTest,
DISABLED_UserLevelNativeMessaging) {
ASSERT_NO_FATAL_FAILURE(test_host_.RegisterTestHost(true));
ASSERT_TRUE(RunLazyTest("native_messaging_lazy")) << message_;
}
......
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