From af8f12c33a4b8bfcb92d8d24fcdf6e58f7d9735b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Fri, 14 Jul 2023 10:30:17 +0200 Subject: [PATCH] fix: remove skip_paid_features flag from home server e2e testing --- .github/workflows/common-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common-e2e.yml b/.github/workflows/common-e2e.yml index c0676f310..bb19b4467 100644 --- a/.github/workflows/common-e2e.yml +++ b/.github/workflows/common-e2e.yml @@ -127,4 +127,4 @@ jobs: run: for i in {1..30}; do curl -s http://localhost:3123/healthcheck && break || sleep 1; done - name: Run E2E Test Suite - run: yarn dlx mocha-headless-chrome --timeout 1200000 -f http://localhost:9001/mocha/test.html?skip_paid_features=true + run: yarn dlx mocha-headless-chrome --timeout 1200000 -f http://localhost:9001/mocha/test.html