Commit 7bdee973 authored by Dave Schuyler's avatar Dave Schuyler Committed by Commit Bot

Disable flaky unit test:

DomSerializerTests.SerializeHTMLDOMWithMultipleMetaCharsetInOriginalDoc

TBR=jam@chromium.org

Bug: 812904
Change-Id: Id1cc947c0135536229de1e73d595cdd4323a0759
Reviewed-on: https://chromium-review.googlesource.com/924686
Commit-Queue: Dave Schuyler <dschuyler@chromium.org>
Reviewed-by: default avatarDave Schuyler <dschuyler@chromium.org>
Cr-Commit-Position: refs/heads/master@{#537496}
parent 4eeae7ba
...@@ -743,8 +743,10 @@ IN_PROC_BROWSER_TEST_F( ...@@ -743,8 +743,10 @@ IN_PROC_BROWSER_TEST_F(
// declaration, we will add the META which have correct charset declaration // declaration, we will add the META which have correct charset declaration
// as first child of HEAD element and remove all original META charset // as first child of HEAD element and remove all original META charset
// declarations. // declarations.
IN_PROC_BROWSER_TEST_F(MAYBE_DomSerializerTests, // Disabled due to http://crbug.com/812904
SerializeHTMLDOMWithMultipleMetaCharsetInOriginalDoc) { IN_PROC_BROWSER_TEST_F(
MAYBE_DomSerializerTests,
DISABLED_SerializeHTMLDOMWithMultipleMetaCharsetInOriginalDoc) {
base::FilePath page_file_path = base::FilePath page_file_path =
GetTestFilePath("dom_serializer", "youtube_2.htm"); GetTestFilePath("dom_serializer", "youtube_2.htm");
// Get file URL. // Get file URL.
......
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