Skip to content

Commit

Permalink
test(express): drop express@5 from TAV tests (#4239)
Browse files Browse the repository at this point in the history
We don't yet support instrumenting express@5. 5.0.0 was recently released.
Our TAV config was including express@5 in tests.

Refs: #4238
  • Loading branch information
trentm authored Sep 17, 2024
1 parent 2deee2a commit dd7edfb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .tav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,7 @@ graphql:
express:
versions:
mode: latest-minors
# include requires an upper bound. v5 is still in beta
# (5.0.0-beta.1": "2022-02-15T01:11:25.229Z) but we use 6 to make sure any
# future release is included if we udpate
include: '>=4 <6' # latest minors subset of '>=4 <6'
include: '>=4 <5'
commands:
- node test/instrumentation/modules/express/basic.test.js
- node test/instrumentation/modules/express/capture-exceptions-off.test.js
Expand Down

0 comments on commit dd7edfb

Please sign in to comment.