Skip to content

Commit d57fbb3

Browse files
trentmdavid-luna
authored andcommitted
test(express): drop express@5 from TAV tests (#4239)
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
1 parent b67a1e2 commit d57fbb3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.tav.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,7 @@ graphql:
188188
express:
189189
versions:
190190
mode: latest-minors
191-
# include requires an upper bound. v5 is still in beta
192-
# (5.0.0-beta.1": "2022-02-15T01:11:25.229Z) but we use 6 to make sure any
193-
# future release is included if we udpate
194-
include: '>=4 <6' # latest minors subset of '>=4 <6'
191+
include: '>=4 <5'
195192
commands:
196193
- node test/instrumentation/modules/express/basic.test.js
197194
- node test/instrumentation/modules/express/capture-exceptions-off.test.js

0 commit comments

Comments
 (0)