nix(loadtest): remove jwt test

This test is not very interesting, really: It's hard to imagine to be
able to produce a regression that would slow down the no-cache case, but
would *not* show when a cache is used.
This commit is contained in:
Wolfgang Walther
2026-06-26 19:33:51 +00:00
parent e83a25a698
commit 3909e85f67
2 changed files with 2 additions and 15 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ jobs:
strategy:
fail-fast: false
matrix:
kind: ['mixed', 'jwt', 'jwt-cache', 'jwt-cache-worst']
kind: ['mixed', 'jwt-cache', 'jwt-cache-worst']
name: Loadtest
runs-on: ubuntu-24.04
steps: