diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index b3e1ead9337..200006bc8e3 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -41,6 +41,7 @@ jobs: - name: Run JS tests # stopgap: fail this if it takes too long timeout-minutes: 10 - run: (cd tools/cldr-apps/js && npm t) + # TODO: See CLDR-17780 work around mocha-headless-chrome issue + run: (cd tools/cldr-apps/js && npm t -- -- -a no-sandbox -a disable-setuid-sandbox) - name: Run Webpack production build run: (cd tools/cldr-apps/js && npm run build)