Skip to content

Commit

Permalink
test: skip content-disposition test in node 18 (#2081)
Browse files Browse the repository at this point in the history
  • Loading branch information
KhafraDev committed Apr 20, 2023
1 parent 6197e93 commit 27569e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/issue-1903.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function createPromise () {
return result
}

test('should parse content-disposition consistently', { skip: nodeMajor >= 19 }, async (t) => {
test('should parse content-disposition consistently', { skip: nodeMajor >= 18 }, async (t) => {
t.plan(5)

// create promise to allow server spinup in parallel
Expand Down

0 comments on commit 27569e9

Please sign in to comment.