未验证 提交 6b27b4e2 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #18776 from munrocket/notifications

Tests: Notifications fix
......@@ -7,7 +7,7 @@ jobs:
include:
- &lint-n-unit
stage: Lint & Unit
stage: lint & unit
name: lint
script: npm run test-lint
- <<: *lint-n-unit
......@@ -15,7 +15,7 @@ jobs:
script: npm run test-unit
- &e2e
stage: E2E
stage: e2e
name: e2e
script: npm run test-e2e
env: FORCE_COLOR=0 CI=0
......
......@@ -17,7 +17,8 @@ const maxFailedPixels = 0.05; // total failed pixels
const exceptionList = [
'index',
'css3d_youtube',
'css3d_youtube', // video tag not deterministic enough
'webgl_kinect', // same here
'webgl_loader_texture_pvrtc', // not supported in CI, useless
'webgl_materials_envmaps_parallax',
'webgl_test_memory2', // gives fatal error in puppeteer
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册