Skip to content

Commit

Permalink
exclude debug_, trace_ & admin_ apis
Browse files Browse the repository at this point in the history
  • Loading branch information
mriccobene committed May 28, 2024
1 parent 26761dd commit 5a579c9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/qa-rpc-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
schedule:
- cron: '0 8 * * *' # Run every day at 8:00 UTC
workflow_dispatch: # Run manually
push:
branches:
- qa_tests_rpc_integration # only to debug the workflow

jobs:
integration-test-suite:
Expand Down Expand Up @@ -63,7 +66,7 @@ jobs:
rm -rf ./mainnet/results/
# Run RPC integration test runner via http
python3 ./run_tests.py --continue --blockchain mainnet --display-only-fail --port 8545 -x debug_trace,trace_ --transport_type http,websocket
python3 ./run_tests.py --continue --blockchain mainnet --display-only-fail --port 8545 -x debug_,trace_,admin_ --transport_type http,websocket
# Capture test runner script exit status
test_exit_status=$?
Expand Down

0 comments on commit 5a579c9

Please sign in to comment.