We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 932db42 commit 1abdde0Copy full SHA for 1abdde0
1 file changed
.github/workflows/integration-testing.yml
@@ -158,11 +158,12 @@ jobs:
158
timeout: 15
159
extra-deps: "strands-agents strands-agents-tools"
160
ignore: ""
161
+ # TODO: expand to full tools tests once test resources are setup
162
- group: tools
163
path: tests_integ/tools
164
165
extra-deps: ""
- ignore: ""
166
+ ignore: "--ignore=tests_integ/tools/test_browser_proxy.py"
167
steps:
168
- name: Configure Credentials
169
uses: aws-actions/configure-aws-credentials@v6
0 commit comments