From 894688fbca7ef8463502fae0e2074d062a26d07a Mon Sep 17 00:00:00 2001 From: Max Edwards Date: Wed, 12 Jun 2024 17:04:36 +0100 Subject: [PATCH] dummy: testing test runner extra --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f8ef6f98b48b..82be06f906748 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -314,6 +314,7 @@ jobs: env: FILE_ENV: "./ci/test/00_setup_env_native_asan.sh" INSTALL_BCC_TRACING_TOOLS: true + TEST_RUNNER_EXTRA: --exclude "rpc_bind.py --ipv6, feature_proxy.py" steps: - name: Checkout uses: actions/checkout@v4