diff --git a/src/tests/egl_tests/EGLContextSharingTest.cpp b/src/tests/egl_tests/EGLContextSharingTest.cpp index bcf8020bc..a2103d76f 100644 --- a/src/tests/egl_tests/EGLContextSharingTest.cpp +++ b/src/tests/egl_tests/EGLContextSharingTest.cpp @@ -376,9 +376,6 @@ TEST_P(EGLContextSharingTest, DeleteReaderOfSharedTexture) { ANGLE_SKIP_TEST_IF(!platformSupportsMultithreading()); - // Bug in the Vulkan backend. http://anglebug.com/4130 - ANGLE_SKIP_TEST_IF(IsVulkan()); - // Initialize contexts EGLWindow *window = getEGLWindow(); EGLDisplay dpy = window->getDisplay();