We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d34a61 commit 15a0b48Copy full SHA for 15a0b48
test/puppeteer.js
@@ -11,7 +11,7 @@ const port = 3000;
11
12
const exampleInjectJS = fs.readFileSync('test/src/js/example-inject.js', {encoding: 'utf-8'});
13
14
-const skipRE = /dynamic-buffers/;
+const skipRE = /dynamic-buffers|webgl2-textures/;
15
16
function getExamples(port) {
17
return fs.readdirSync('examples')
0 commit comments