Commit e9b35254 authored by Avi Drissman's avatar Avi Drissman Committed by Commit Bot

Disabling one more failing test.

BUG=871740
TBR=tnijssen@google.com

Change-Id: I6c19c03148cdd7f5499d2fba114690a4b258d8c8
Reviewed-on: https://chromium-review.googlesource.com/1165319Reviewed-by: default avatarAvi Drissman <avi@chromium.org>
Commit-Queue: Avi Drissman <avi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#581274}
parent b0a1368f
...@@ -106,6 +106,7 @@ class TextSuggestionsTouchBarControllerTest : public InProcessBrowserTest { ...@@ -106,6 +106,7 @@ class TextSuggestionsTouchBarControllerTest : public InProcessBrowserTest {
// Tests to check if the touch bar shows up properly. // Tests to check if the touch bar shows up properly.
// DISABLED because it consistently fails "Mac10.12 Tests" // DISABLED because it consistently fails "Mac10.12 Tests"
// https://crbug.com/871740
IN_PROC_BROWSER_TEST_F(TextSuggestionsTouchBarControllerTest, IN_PROC_BROWSER_TEST_F(TextSuggestionsTouchBarControllerTest,
DISABLED_MakeTouchBar) { DISABLED_MakeTouchBar) {
if (@available(macOS 10.12.2, *)) { if (@available(macOS 10.12.2, *)) {
...@@ -126,6 +127,7 @@ IN_PROC_BROWSER_TEST_F(TextSuggestionsTouchBarControllerTest, ...@@ -126,6 +127,7 @@ IN_PROC_BROWSER_TEST_F(TextSuggestionsTouchBarControllerTest,
// Tests that a change in text selection is handled properly. // Tests that a change in text selection is handled properly.
// DISABLED because it consistently fails "Mac10.12 Tests" // DISABLED because it consistently fails "Mac10.12 Tests"
// https://crbug.com/871740
IN_PROC_BROWSER_TEST_F(TextSuggestionsTouchBarControllerTest, IN_PROC_BROWSER_TEST_F(TextSuggestionsTouchBarControllerTest,
DISABLED_UpdateTextSelection) { DISABLED_UpdateTextSelection) {
NSString* const kText = @"text"; NSString* const kText = @"text";
...@@ -178,7 +180,10 @@ IN_PROC_BROWSER_TEST_F(TextSuggestionsTouchBarControllerTest, ...@@ -178,7 +180,10 @@ IN_PROC_BROWSER_TEST_F(TextSuggestionsTouchBarControllerTest,
} }
// Tests that a change in WebContents is handled properly. // Tests that a change in WebContents is handled properly.
IN_PROC_BROWSER_TEST_F(TextSuggestionsTouchBarControllerTest, SetWebContents) { // DISABLED because it consistently fails "Mac10.12 Tests"
// https://crbug.com/871740
IN_PROC_BROWSER_TEST_F(TextSuggestionsTouchBarControllerTest,
DISABLED_SetWebContents) {
NSString* const kText = @"text"; NSString* const kText = @"text";
const gfx::Range kRange = gfx::Range(1, 1); const gfx::Range kRange = gfx::Range(1, 1);
......
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