From e6109b1dd652449186ff749fb1aa351da7a4a1d1 Mon Sep 17 00:00:00 2001 From: "Wei Sun (Jack)" Date: Wed, 23 Apr 2025 17:34:57 -0700 Subject: [PATCH] Copybara import of the project: -- 005028831b2e0873414db62af9ec02ef47a670d2 by Wei Sun (Jack) : Excludes tests/unittests/tools/application_integration_tool/clients/test_connections_client.py from python-unit-tests.yml -- 42ed38ff814f1a4811468d78cf1872869279919d by Wei Sun (Jack) : reorder skipped tests in python-unit-tests.yml COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/368 from google:fix-unittests 42ed38ff814f1a4811468d78cf1872869279919d PiperOrigin-RevId: 750782234 --- .github/workflows/python-unit-tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-unit-tests.yml b/.github/workflows/python-unit-tests.yml index 78cc3c4..a378a75 100644 --- a/.github/workflows/python-unit-tests.yml +++ b/.github/workflows/python-unit-tests.yml @@ -35,5 +35,7 @@ jobs: run: | source .venv/bin/activate pytest tests/unittests \ - --ignore=tests/unittests/tools/google_api_tool/test_googleapi_to_openapi_converter.py \ - --ignore=tests/unittests/artifacts/test_artifact_service.py + --ignore=tests/unittests/artifacts/test_artifact_service.py \ + --ignore=tests/unittests/tools/application_integration_tool/clients/test_connections_client.py \ + --ignore=tests/unittests/tools/google_api_tool/test_googleapi_to_openapi_converter.py +