Skip to content

Commit

Permalink
Disable PolicyToolUITest.Editing
Browse files Browse the repository at this point in the history
TBR=dschuyler@chromium.org

Bug: 797446
Change-Id: Ic6037dccf92bbb198916eed9c3f5ad163a7067ab
Reviewed-on: https://chromium-review.googlesource.com/843147
Reviewed-by: Marijn Kruisselbrink <mek@chromium.org>
Commit-Queue: Marijn Kruisselbrink <mek@chromium.org>
Cr-Commit-Position: refs/heads/master@{#526097}
  • Loading branch information
mkruisselbrink authored and Commit Bot committed Dec 23, 2017
1 parent d79d440 commit fa49e30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chrome/browser/ui/webui/policy_tool_ui_browsertest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,8 @@ IN_PROC_BROWSER_TEST_F(PolicyToolUITest, ImportingSession) {
EXPECT_EQ(test_policies, *values);
}

IN_PROC_BROWSER_TEST_F(PolicyToolUITest, Editing) {
// Flaky on all platforms, see https://crbug.com/797446
IN_PROC_BROWSER_TEST_F(PolicyToolUITest, DISABLED_Editing) {
ui_test_utils::NavigateToURL(browser(), GURL("chrome://policy-tool"));

// Change one policy value and get its name.
Expand Down

0 comments on commit fa49e30

Please sign in to comment.