diff --git a/test/issue-1903.js b/test/issue-1903.js index 99eb6f60517..76ac81ef217 100644 --- a/test/issue-1903.js +++ b/test/issue-1903.js @@ -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