From 1abdde0a63dfa4cf9769380a499005615dc7a28a Mon Sep 17 00:00:00 2001 From: Harrison Weinstock Date: Tue, 12 May 2026 19:10:09 +0000 Subject: [PATCH] fix: skip browser proxy tests --- .github/workflows/integration-testing.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-testing.yml b/.github/workflows/integration-testing.yml index 136e3dfe..82f8ea44 100644 --- a/.github/workflows/integration-testing.yml +++ b/.github/workflows/integration-testing.yml @@ -158,11 +158,12 @@ jobs: timeout: 15 extra-deps: "strands-agents strands-agents-tools" ignore: "" + # TODO: expand to full tools tests once test resources are setup - group: tools path: tests_integ/tools timeout: 15 extra-deps: "" - ignore: "" + ignore: "--ignore=tests_integ/tools/test_browser_proxy.py" steps: - name: Configure Credentials uses: aws-actions/configure-aws-credentials@v6