Skip to content

Commit 1abdde0

Browse files
committed
fix: skip browser proxy tests
1 parent 932db42 commit 1abdde0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/integration-testing.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,12 @@ jobs:
158158
timeout: 15
159159
extra-deps: "strands-agents strands-agents-tools"
160160
ignore: ""
161+
# TODO: expand to full tools tests once test resources are setup
161162
- group: tools
162163
path: tests_integ/tools
163164
timeout: 15
164165
extra-deps: ""
165-
ignore: ""
166+
ignore: "--ignore=tests_integ/tools/test_browser_proxy.py"
166167
steps:
167168
- name: Configure Credentials
168169
uses: aws-actions/configure-aws-credentials@v6

0 commit comments

Comments
 (0)