Skip WebGLCompatibilityTest.InvalidTextureFormat on Ozone.

Attempting to figure out why the Linux Ozone (Intel) is failing.

BUG=779346

Change-Id: I94bb50f0b7746c90fe31ea1a9107319864d85438
Reviewed-on: https://chromium-review.googlesource.com/746372
Reviewed-by: Geoff Lang <geofflang@chromium.org>
diff --git a/src/tests/gl_tests/WebGLCompatibilityTest.cpp b/src/tests/gl_tests/WebGLCompatibilityTest.cpp
index cad6283..bbbb55e 100644
--- a/src/tests/gl_tests/WebGLCompatibilityTest.cpp
+++ b/src/tests/gl_tests/WebGLCompatibilityTest.cpp
@@ -3618,6 +3618,7 @@
 // Verify that only valid texture formats are allowed.
 TEST_P(WebGLCompatibilityTest, InvalidTextureFormat)
 {
+    ANGLE_SKIP_TEST_IF(IsOzone());
     ANGLE_SKIP_TEST_IF(getClientMajorVersion() != 2);
 
     GLTexture texture;