We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00972e4 commit 357079fCopy full SHA for 357079f
1 file changed
test/fetch/long-lived-abort-controller.js
@@ -7,7 +7,7 @@ const { test } = require('node:test')
7
const { closeServerAsPromise } = require('../utils/node-http')
8
const { strictEqual } = require('node:assert')
9
10
-test('long-lived-abort-controller', { skip: true }, async (t) => {
+test('long-lived-abort-controller', async (t) => {
11
const server = http.createServer({ joinDuplicateHeaders: true }, (req, res) => {
12
res.writeHead(200, { 'Content-Type': 'text/plain' })
13
res.write('Hello World!')
0 commit comments