Avoid authorization run.

This commit is contained in:
antejavor
2023-01-18 10:55:18 +01:00
parent 4c286c0753
commit 3652a7bec6

View File

@@ -205,7 +205,7 @@ jobs:
# Run simulation tests.
cd tests/mgbench
./benchmark.py accesscontrol/small --num-workers-for-import 1 --test-system-arg "split-file splitfiles/accesscontrol_small.shard_configuration bolt-num-workers 1"
./benchmark.py accesscontrol/small --num-workers-for-import 1 --test-system-arg "split-file splitfiles/accesscontrol_small.shard_configuration bolt-num-workers 1" --no-authorization
release_build:
name: "Release build"
@@ -261,7 +261,7 @@ jobs:
# Run simulation tests.
cd tests/mgbench
./benchmark.py accesscontrol/small --num-workers-for-import 1 --test-system-arg "split-file splitfiles/accesscontrol_small.shard_configuration bolt-num-workers 1"
./benchmark.py accesscontrol/small --num-workers-for-import 1 --test-system-arg "split-file splitfiles/accesscontrol_small.shard_configuration bolt-num-workers 1" --no-authorization
- name: Run e2e tests
run: |