Skip to content

Commit

Permalink
Disable MimeHandlerViewCrossProcessTest.EmbeddedThenPrint/0 for flaki…
Browse files Browse the repository at this point in the history
…ness

Tbr: wjmaclean@chromium.org
Bug: 1020313
Change-Id: I6acb083812d8d5c91bba57bc7b4fc367798c2624
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894256
Reviewed-by: Kevin McNee <mcnee@chromium.org>
Commit-Queue: Kevin McNee <mcnee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#711424}
  • Loading branch information
kjmcnee authored and Commit Bot committed Oct 31, 2019
1 parent c1900d3 commit 0d2302d
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,11 @@ class PrintPreviewWaiter : public content::BrowserMessageFilter {
};

IN_PROC_BROWSER_TEST_P(MimeHandlerViewCrossProcessTest, EmbeddedThenPrint) {
// TODO(1020313): The /0 version of this test is flaky.
if (!is_cross_process_mode()) {
return;
}

RunTest("test_embedded.html");
ui_test_utils::NavigateToURL(browser(), GURL(url::kAboutBlankURL));
auto* gv_manager = GetGuestViewManager();
Expand Down

0 comments on commit 0d2302d

Please sign in to comment.