Commit ce75bbc8 authored by arthursonzogni's avatar arthursonzogni Committed by Commit Bot

Disable PlatformAppBrowserTest.Restrictions.

This test is flaky with NavigationMojoResponse
Temporarily disable it until the cause is found.

TBR=benwells@chromium.org

Bug: 822650
Change-Id: I5354ce829b0e5ecaa15b82399aceed8173250f63
Reviewed-on: https://chromium-review.googlesource.com/966203Reviewed-by: default avatarArthur Sonzogni <arthursonzogni@chromium.org>
Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543668}
parent f17d7a0c
...@@ -45,6 +45,7 @@ ...@@ -45,6 +45,7 @@
#include "content/public/browser/host_zoom_map.h" #include "content/public/browser/host_zoom_map.h"
#include "content/public/browser/render_process_host.h" #include "content/public/browser/render_process_host.h"
#include "content/public/browser/render_widget_host_view.h" #include "content/public/browser/render_widget_host_view.h"
#include "content/public/common/browser_side_navigation_policy.h"
#include "content/public/test/browser_test_utils.h" #include "content/public/test/browser_test_utils.h"
#include "extensions/browser/app_window/app_window.h" #include "extensions/browser/app_window/app_window.h"
#include "extensions/browser/app_window/app_window_registry.h" #include "extensions/browser/app_window/app_window_registry.h"
...@@ -470,6 +471,9 @@ IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, DisallowStorage) { ...@@ -470,6 +471,9 @@ IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, DisallowStorage) {
} }
IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, Restrictions) { IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, Restrictions) {
// Flaky with NavigationMojoResponse. See https://crbug.com/822650.
if (content::IsNavigationMojoResponseEnabled())
return;
ASSERT_TRUE(RunPlatformAppTest("platform_apps/restrictions")) << message_; ASSERT_TRUE(RunPlatformAppTest("platform_apps/restrictions")) << 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