Skip to content

Commit

Permalink
Ignore deprecation warnings on starlette framework tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Yun-Kim committed Jan 5, 2023
1 parent 9086639 commit 7650c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_frameworks.yml
Expand Up @@ -258,7 +258,7 @@ jobs:
#Parameters for keyword expression skip 3 failing tests that are expected due to asserting on headers. The errors are because our context propagation headers are being added
#test_staticfiles_with_invalid_dir_permissions_returns_401 fails with and without ddtrace enabled
- name: Run tests
run: pytest --ddtrace-patch-all tests -k 'not test_request_headers and not test_subdomain_route and not test_websocket_headers and not test_staticfiles_with_invalid_dir_permissions_returns_401'
run: pytest -W ignore --ddtrace-patch-all tests -k 'not test_request_headers and not test_subdomain_route and not test_websocket_headers and not test_staticfiles_with_invalid_dir_permissions_returns_401'

requests-testsuite-2_26_0:
runs-on: "ubuntu-latest"
Expand Down

0 comments on commit 7650c38

Please sign in to comment.