Commit ee305913 by Luc Ferron Committed by Commit Bot

AngleWrangle: Suppress newly introduced flakyness

parent 0aa1ffe3
...@@ -498,7 +498,8 @@ TEST_P(TransformFeedbackTest, MultiplePaused) ...@@ -498,7 +498,8 @@ TEST_P(TransformFeedbackTest, MultiplePaused)
// contexts returns the correct results. Helps expose bugs in ANGLE's virtual contexts. // contexts returns the correct results. Helps expose bugs in ANGLE's virtual contexts.
TEST_P(TransformFeedbackTest, MultiContext) TEST_P(TransformFeedbackTest, MultiContext)
{ {
ANGLE_SKIP_TEST_IF(IsOSX() && (IsNVIDIA() || IsAMD()) && IsOpenGL()); // These tests are flaky, do not lift these unless you find the root cause and the fix.
ANGLE_SKIP_TEST_IF(IsOSX() && IsOpenGL());
ANGLE_SKIP_TEST_IF(IsLinux() && IsAMD() && IsOpenGL()); ANGLE_SKIP_TEST_IF(IsLinux() && IsAMD() && IsOpenGL());
......
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