Commit 4bb50faa by Shahbaz Youssefi Committed by Commit Bot

Suppress flaky SwapInterval test

Bug: angleproject:3807 Change-Id: If44223e39a30a93358392b22b98beaa31ef220d7 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1753587Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
parent 2971fd34
......@@ -358,6 +358,8 @@ TEST_P(EGLSurfaceTest, SwapInterval)
// Flaky hang on Ubuntu 19.04 NVIDIA Vulkan. http://anglebug.com/3618
// Maybe hang due to bug in NVIDIA Linux Vulkan driver. http://anglebug.com/3450
ANGLE_SKIP_TEST_IF(IsLinux() && IsNVIDIA() && isVulkanRenderer());
// Flaky on Linux NVIDIA OpenGL driver. http://anglebug.com/3807
ANGLE_SKIP_TEST_IF(IsLinux() && IsNVIDIA() && isGLRenderer());
initializeDisplay();
initializeSurfaceWithDefaultConfig();
......
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