Commit ef5018f9 authored by Yoshifumi Inoue's avatar Yoshifumi Inoue Committed by Commit Bot

Revert "Mark ViewTest.GetIndexOf flaky on Mac"

This reverts commit 1724744c.

Reason for revert: The test flakiness is caused by bot flakiness.

Original change's description:
> Mark ViewTest.GetIndexOf flaky on Mac
> 
> This patch marks ViewTest.GetIndexOf flaky on Mac.
> 
> TBR=tfarina@chromium.org, sky@chromium.org
> 
> Bug: 903002
> Change-Id: Ic8a82a9f09de1dab8a201c23452b86a3714f54be
> Reviewed-on: https://chromium-review.googlesource.com/c/1325571
> Reviewed-by: Yoshifumi Inoue <yosin@chromium.org>
> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#606330}

TBR=yosin@chromium.org

Change-Id: I2d0fffa6740ab614081632ea6a0bc08e26c6069f
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 903002
Reviewed-on: https://chromium-review.googlesource.com/c/1325593Reviewed-by: default avatarYoshifumi Inoue <yosin@chromium.org>
Commit-Queue: Yoshifumi Inoue <yosin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#606343}
parent 68a0236a
...@@ -3537,13 +3537,7 @@ TEST_F(ViewTest, Contains) { ...@@ -3537,13 +3537,7 @@ TEST_F(ViewTest, Contains) {
// +-- child1 // +-- child1
// +-- foo1 // +-- foo1
// +-- child2 // +-- child2
// TODO(crbug.com/903002): We should not mark GetIndexOf flaky. TEST_F(ViewTest, GetIndexOf) {
#if defined(OS_MACOSX)
#define MAYBE_GetIndexOf DISABLED_GetIndexOf
#else
#define MAYBE_GetIndexOf GetIndexOf
#endif
TEST_F(ViewTest, MAYBE_GetIndexOf) {
View root; View root;
View* child1 = new View; View* child1 = new View;
......
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