From 316ea281e7975a5a4722a574f0974a21c772b280 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Mon, 9 Dec 2024 15:23:38 -0600 Subject: [PATCH] CLDR-18174 workaround jstest sandbox (#4234) --- .github/workflows/js.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)