From 644c8e6195de161b709b377651533666c5bfa044 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Mon, 22 Feb 2021 04:10:49 -0500 Subject: [PATCH] CI: Disable frontend admin tests for non-admin workflow --- .github/workflows/frontend-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/frontend-tests.yml b/.github/workflows/frontend-tests.yml index c5c99bd7..df67d3f6 100644 --- a/.github/workflows/frontend-tests.yml +++ b/.github/workflows/frontend-tests.yml @@ -102,9 +102,6 @@ jobs: - name: Create settings.json run: cp settings.json.template settings.json - - name: Write custom settings.json that enables the Admin UI tests - run: "sed -i 's/\"enableAdminUITests\": false/\"enableAdminUITests\": true,\\n\"users\":{\"admin\":{\"password\":\"changeme\",\"is_admin\":true}}/' settings.json" - # XXX we should probably run all tests, because plugins could effect their results - name: Remove standard frontend test files, so only plugin tests are run run: rm src/tests/frontend/specs/*