Commit 71a188e0 authored by Xi Han's avatar Xi Han Committed by Commit Bot

Re-enable UserScriptListenerTest.NavigationWaitsForContentScriptsToLoad.

Bug: 902311
Change-Id: I6f39faecc38ad002a70bfda7fd355ab83afc0889
Reviewed-on: https://chromium-review.googlesource.com/c/1337487Reviewed-by: default avatarJohn Abd-El-Malek <jam@chromium.org>
Reviewed-by: default avatarGabriel Charette <gab@chromium.org>
Commit-Queue: Xi Han <hanxi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#612328}
parent a55fa40b
......@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "build/build_config.h"
#include "chrome/browser/extensions/extension_browsertest.h"
#include "chrome/browser/extensions/user_script_listener.h"
#include "chrome/test/base/testing_profile.h"
......@@ -42,17 +41,9 @@ class DidStartNavigationObserver : public content::WebContentsObserver {
using UserScriptListenerTest = ExtensionBrowserTest;
#if defined(OS_WIN)
#define MAYBE_NavigationWaitsForContentScriptsToLoad \
DISABLED_NavigationWaitsForContentScriptsToLoad
#else
#define MAYBE_NavigationWaitsForContentScriptsToLoad \
NavigationWaitsForContentScriptsToLoad
#endif
// Test that navigations block while waiting for content scripts to load.
IN_PROC_BROWSER_TEST_F(UserScriptListenerTest,
MAYBE_NavigationWaitsForContentScriptsToLoad) {
NavigationWaitsForContentScriptsToLoad) {
ASSERT_TRUE(embedded_test_server()->Start());
TestingProfile profile;
......
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