Skip to content

Commit 65b9d74

Browse files
committed
chore: skip token cooldown e2e tests for in memory cache version
1 parent 9f49643 commit 65b9d74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e-home-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
run: |
100100
TEST_URL="http://localhost:9001/mocha/test.html?suite=${{ inputs.suite }}"
101101
if [ "${{ matrix.cache_type }}" = "memory" ]; then
102-
TEST_URL="${TEST_URL}&skip_session_cooldown_refresh_test=true"
102+
TEST_URL="${TEST_URL}&skipSessionCooldownTests=true"
103103
fi
104104
yarn dlx mocha-headless-chrome@4.0.0 --timeout 3600000 --polling 1000 -a no-sandbox -a disable-setuid-sandbox -f "${TEST_URL}"
105105

0 commit comments

Comments
 (0)