Index: tests/ImageDecodingTest.cpp |
diff --git a/tests/ImageDecodingTest.cpp b/tests/ImageDecodingTest.cpp |
index b30f551e0c60965fe0dded5e615b02eeb55f7670..16f602b605e25d155c290a250661499525bc82a0 100644 |
--- a/tests/ImageDecodingTest.cpp |
+++ b/tests/ImageDecodingTest.cpp |
@@ -54,6 +54,9 @@ static bool skip_image_format(SkImageDecoder::Format format) { |
// decoders do not, so skip them as well. |
case SkImageDecoder::kICO_Format: |
case SkImageDecoder::kBMP_Format: |
+ // KTX is a Texture format so it's not particularly clear how to |
+ // decode the alpha from it. |
+ case SkImageDecoder::kKTX_Format: |
// The rest of these are opaque. |
case SkImageDecoder::kPKM_Format: |
case SkImageDecoder::kWBMP_Format: |