From 8f4767bb9659ef5c496fa6120408f4bf78d3fc11 Mon Sep 17 00:00:00 2001 From: Don McCurdy Date: Wed, 28 Jun 2023 20:33:15 -0400 Subject: [PATCH] Add alpha hash to exception list --- test/e2e/puppeteer.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/puppeteer.js b/test/e2e/puppeteer.js index 79d3940d270dc7..cc1099edf72c2e 100644 --- a/test/e2e/puppeteer.js +++ b/test/e2e/puppeteer.js @@ -85,6 +85,7 @@ const exceptionList = [ 'webgl_loader_imagebitmap', 'webgl_loader_texture_lottie', 'webgl_loader_texture_pvrtc', + 'webgl_materials_alphahash', 'webgl_materials_blending', 'webgl_mirror', 'webgl_morphtargets_face',