Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4747)

Unified Diff: components/html_viewer/ax_provider_apptest.cc

Issue 1224103002: Make AXProviderTest.HelloWorld bail without oopifs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/ax_provider_apptest.cc
diff --git a/components/html_viewer/ax_provider_apptest.cc b/components/html_viewer/ax_provider_apptest.cc
index c7ab838685c9a9b650cd7c45ba5ae5bdae10f423..a4e8cb0a341ef3538bac2cc761326f6bd56a3bb8 100644
--- a/components/html_viewer/ax_provider_apptest.cc
+++ b/components/html_viewer/ax_provider_apptest.cc
@@ -57,6 +57,10 @@ class TestFrameTreeServer : public mandoline::FrameTreeServer {
using AXProviderTest = ViewManagerTestBase;
TEST_F(AXProviderTest, HelloWorld) {
+ // TODO(msw|sky): Fix flaky timeouts without oopifs; http://crbug.com/504917
+ if (!EnableOOPIFs())
+ return;
+
// Start a test server for net/data/test.html access.
net::SpawnedTestServer server(
net::SpawnedTestServer::TYPE_HTTP, net::SpawnedTestServer::kLocalhost,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698