Skip to content

Commit

Permalink
test(aws-sdk): update tav to skip 3.529.0 (#2004)
Browse files Browse the repository at this point in the history
Co-authored-by: Trent Mick <trentm@gmail.com>
  • Loading branch information
pichlermarc and trentm committed Mar 11, 2024
1 parent 3b2090b commit 5379064
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/node/opentelemetry-instrumentation-aws-sdk/.tav.yml
Expand Up @@ -7,7 +7,8 @@
"@aws-sdk/client-s3":
# A small subset of releases in the range [3.6.1, 4) to reduce testing time.
# - 3.377.0 was a bad release (see issue #1828).
versions: "3.6.1 || 3.55.0 || 3.180.0 || 3.289.0 || 3.385.0 || 3.498.0 || >=3.503.1"
# - 3.529.0 was missing the fast-xml-parser dependency (https://github.com/aws/aws-sdk-js-v3/releases/tag/v3.529.1)
versions: "3.6.1 || 3.55.0 || 3.180.0 || 3.289.0 || 3.385.0 || 3.498.0 || >=3.529.1"
commands:
- npm run test

Expand Down

0 comments on commit 5379064

Please sign in to comment.