Commit 2360ed0c by Corentin Wallez Committed by Commit Bot

Disable the EGLSyncControlTest

This test is very flaky on Windows bots. TBR=stanisc@chromium.org BUG=angleproject:1402 Change-Id: Iddfc630113c33cb79a96b7882fe8fa0e7fbf17d7 Reviewed-on: https://chromium-review.googlesource.com/468026 Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org>
parent e93dabaa
......@@ -184,7 +184,7 @@ class EGLSyncControlTest : public testing::Test
// Basic test for eglGetSyncValuesCHROMIUM extension. Verifies that eglGetSyncValuesCHROMIUM
// can be called on DX11 with direct composition and that it returns reasonable enough values.
TEST_F(EGLSyncControlTest, SyncValuesTest)
TEST_F(EGLSyncControlTest, DISABLED_SyncValuesTest)
{
static const DWORD kPollInterval = 10;
static const int kNumPollIterations = 100;
......
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