[M103] Skip test failing on Mesa 20.0.8 Intel UHD 630

CopyTests_T2T.CopyWithinSameTextureNonOverlappedSlices

No-Try: True
Bug: chromium:1342945
Change-Id: I50a756cac92cc4efa63e50a92e9de8b5f5aeeeb8
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/97365
Auto-Submit: Yuly Novikov <ynovikov@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
Commit-Queue: Austin Eng <enga@chromium.org>
diff --git a/src/dawn/tests/end2end/CopyTests.cpp b/src/dawn/tests/end2end/CopyTests.cpp
index 295ad52..fa16eef 100644
--- a/src/dawn/tests/end2end/CopyTests.cpp
+++ b/src/dawn/tests/end2end/CopyTests.cpp
@@ -2188,6 +2188,9 @@
     // This test also fails on D3D12 on Intel Windows. See http://crbug.com/1312066 for details.
     DAWN_SUPPRESS_TEST_IF(IsD3D12() && IsWindows() && IsIntel());
 
+    // Fails on Mesa 20.0.8 Intel UHD 630, see http://crrev.com/c/3788155/4
+    DAWN_SUPPRESS_TEST_IF(IsOpenGLES() && IsLinux() && IsIntel());
+
     constexpr std::array<wgpu::TextureFormat, 11> kFormats = {
         {wgpu::TextureFormat::RG8Sint, wgpu::TextureFormat::RG8Uint, wgpu::TextureFormat::RG8Snorm,
          wgpu::TextureFormat::RG8Unorm, wgpu::TextureFormat::R16Float, wgpu::TextureFormat::R16Sint,