nix(loadtest): remove jwt-cache-worst

This test is not really functional (anymore?). It depends on some tokens
expiring - but they don't, really. This is because:
1) Before merging the RSA and HS variants earlier in this patch series,
they ran roughly 15s and 34s respectively in CI.
2) Since PostgREST takes a clock skew of up to 30 seconds into account,
there would be *at most* 4s of expiring tokens in a test run - and
*only* in the HS case, not for RSA.
This commit is contained in:
Wolfgang Walther
2026-06-26 19:33:51 +00:00
parent 7cafa67f0a
commit 07a9752866
3 changed files with 6 additions and 46 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ jobs:
strategy:
fail-fast: false
matrix:
kind: ['mixed', 'jwt-cache', 'jwt-cache-worst']
kind: ['mixed', 'jwt-cache']
name: Loadtest
runs-on: ubuntu-24.04
steps: