Commit b9031a2e authored by Chris Sharp's avatar Chris Sharp Committed by Commit Bot

Disable WebEngineIntegrationTest.RemoteDebuggingPort

TBR=sergeyu@chromium.org

Bug: 1067727
Change-Id: Idb58bede22b5369cef77889b728a7e780012236a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2141594Reviewed-by: default avatarChris Sharp <csharp@chromium.org>
Commit-Queue: Chris Sharp <csharp@chromium.org>
Cr-Commit-Position: refs/heads/master@{#757443}
parent 98d46319
......@@ -263,7 +263,8 @@ TEST_F(WebEngineIntegrationTest, InvalidUserAgent) {
// Check that if the CreateContextParams has |remote_debugging_port| set then:
// - DevTools becomes available when the first debuggable Frame is created.
// - DevTools closes when the last debuggable Frame is closed.
TEST_F(WebEngineIntegrationTest, RemoteDebuggingPort) {
// Test is flaky. http://crbug.com/1067727
TEST_F(WebEngineIntegrationTest, DISABLED_RemoteDebuggingPort) {
StartWebEngine();
// Create a Context with remote debugging enabled via an ephemeral port.
......@@ -520,4 +521,4 @@ TEST_F(WebEngineIntegrationTest, MicrophoneAccess_WithoutPermission) {
embedded_test_server_.GetURL("/mic.html?NoPermission").spec()));
navigation_listener_->RunUntilTitleEquals("ended");
}
\ No newline at end of file
}
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