diff --git a/src/tests/DawnTest.cpp b/src/tests/DawnTest.cpp index 793d8c0ee2..0f3b3fcfe2 100644 --- a/src/tests/DawnTest.cpp +++ b/src/tests/DawnTest.cpp @@ -868,11 +868,6 @@ void DawnTestBase::SetUp() { glfwMakeContextCurrent(gTestEnv->GetOpenGLESWindow()); } #endif - - // A very large number of tests hang on Intel D3D12 with the debug adapter after a driver - // upgrade. Violently suppress this whole configuration until we figure out what to do. - // See https://crbug.com/dawn/598 - DAWN_SKIP_TEST_IF(IsBackendValidationEnabled() && IsIntel() && IsD3D12()); } void DawnTestBase::TearDown() {