Commit 0e57a362 authored by Sadrul Habib Chowdhury's avatar Sadrul Habib Chowdhury Committed by Commit Bot

glx: Disable a test.

The test is failing on intel and amd, but not on nvidia. Disable it
now while I investigate.

TBR=kbr@chromium.org
BUG=780118

Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Change-Id: Iae399d4079aefdd76facfe08df8280ede8b7327c
Reviewed-on: https://chromium-review.googlesource.com/749784Reviewed-by: default avatarSadrul Chowdhury <sadrul@chromium.org>
Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org>
Cr-Commit-Position: refs/heads/master@{#513273}
parent 4698aea3
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
namespace gl { namespace gl {
TEST(GLContextGLXTest, DoNotDesrtroyOnFailedMakeCurrent) { TEST(GLContextGLXTest, DISABLED_DoNotDesrtroyOnFailedMakeCurrent) {
auto* xdisplay = gfx::GetXDisplay(); auto* xdisplay = gfx::GetXDisplay();
ASSERT_TRUE(xdisplay); ASSERT_TRUE(xdisplay);
......
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