diff --git a/src/tests/gl_tests/StateChangeTest.cpp b/src/tests/gl_tests/StateChangeTest.cpp index 516aec72996d5..4cf2dc964c7cc 100644 --- a/src/tests/gl_tests/StateChangeTest.cpp +++ b/src/tests/gl_tests/StateChangeTest.cpp @@ -1891,8 +1891,6 @@ TEST_P(SimpleStateChangeTest, RedefineBufferInUse) // Tests updating a buffer's contents while in use, without redefining it. TEST_P(SimpleStateChangeTest, UpdateBufferInUse) { - // tobine: Started failing w/ custom cmd buffers. http://anglebug.com/3255 - ANGLE_SKIP_TEST_IF(IsAMD() && IsWindows() && IsVulkan()); std::vector redColorData(6, GLColor::red); GLBuffer buffer;