diff --git a/src/tests/end2end/CopyTests.cpp b/src/tests/end2end/CopyTests.cpp index 7b03ab2b12..99075fd979 100644 --- a/src/tests/end2end/CopyTests.cpp +++ b/src/tests/end2end/CopyTests.cpp @@ -396,6 +396,8 @@ TEST_P(CopyTests_T2B, Texture2DArrayRegion) { // Test that copying texture 2D array mips with 256-byte aligned sizes works TEST_P(CopyTests_T2B, Texture2DArrayMip) { + // TODO(b-brber): Figure out why this test fails on Intel Linux. + DAWN_SKIP_TEST_IF(IsVulkan() && IsIntel()); constexpr uint32_t kWidth = 256; constexpr uint32_t kHeight = 128; constexpr uint32_t kLayers = 6u;