Commit 1da9193f by Geoff Lang Committed by Commit Bot

Disable the flaky expectation in TimerQueriesTest.TimeElapsed.

BUG=676689 Change-Id: I5cf6fe7573d69a52b1c33f70a78f081ee833d1b5 Reviewed-on: https://chromium-review.googlesource.com/423388Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org>
parent 506fc9c9
...@@ -183,8 +183,9 @@ TEST_P(TimerQueriesTest, TimeElapsed) ...@@ -183,8 +183,9 @@ TEST_P(TimerQueriesTest, TimeElapsed)
EXPECT_LT(0ul, result1); EXPECT_LT(0ul, result1);
EXPECT_LT(0ul, result2); EXPECT_LT(0ul, result2);
// TODO(geofflang): Re-enable this check when it is non-flaky
// The costly quad should take longer than the cheap quad // The costly quad should take longer than the cheap quad
EXPECT_LT(result1, result2); // EXPECT_LT(result1, result2);
} }
// Tests time elapsed for a non draw call (texture upload) // Tests time elapsed for a non draw call (texture upload)
......
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