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

CopyTests_T2T.CopyWithinSameTextureNonOverlappedSlices

No-Try: True
Bug: chromium:1342945
Change-Id: Ia3b8224de65558ede74a342c39c13f3135e127c1
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/97366
Commit-Queue: Austin Eng <enga@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
Auto-Submit: Yuly Novikov <ynovikov@chromium.org>
diff --git a/src/dawn/tests/end2end/CopyTests.cpp b/src/dawn/tests/end2end/CopyTests.cpp
index c0cba98..f38c33c 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/3788195/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,