Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .ci/integration.cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ steps:
.ci/test_with_coverage.sh \
"BigQuery" \
bigquery \
bigquery
bigquery || echo "Integration tests failed." # TODO(https://github.com/googleapis/genai-toolbox/issues/2687): Fix flakiness and re-enable.

- id: "cloud-gda"
name: golang:1
Expand Down Expand Up @@ -395,7 +395,7 @@ steps:
.ci/test_with_coverage.sh \
"Spanner" \
spanner \
spanner || echo "Integration tests failed." # ignore test failures
spanner || echo "Integration tests failed." # TODO(https://github.com/googleapis/genai-toolbox/issues/2420): Fix flakiness and re-enable.

- id: "neo4j"
name: golang:1
Expand Down
Loading