[dawn][opengl] Disable TextureCompressedBCSliced3D

This is failing consistently on Linux Nvidia and prevents the CTS from
rolling. We need to determine if this should be gated to just GLES, or
not guaranteed in WebGPU-compat.

Bug: 342840940
Change-Id: I653f9d0df3bc49f87d1a3e2b06c05be4e3091a0b
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/239334
Auto-Submit: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Fr <beaufort.francois@gmail.com>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
diff --git a/src/dawn/native/opengl/PhysicalDeviceGL.cpp b/src/dawn/native/opengl/PhysicalDeviceGL.cpp
index 35277aa..6156bed 100644
--- a/src/dawn/native/opengl/PhysicalDeviceGL.cpp
+++ b/src/dawn/native/opengl/PhysicalDeviceGL.cpp
@@ -232,7 +232,6 @@
         if (supportsS3TC && (supportsTextureSRGB || supportsS3TCSRGB) && supportsRGTC &&
             supportsBPTC) {
             EnableFeature(Feature::TextureCompressionBC);
-            EnableFeature(Feature::TextureCompressionBCSliced3D);
         }
     }