Skip to content

Commit 357079f

Browse files
authored
test: remove skip check for long-lived-abort-controller test (was flaky 10 months ago) (#4465)
1 parent 00972e4 commit 357079f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/fetch/long-lived-abort-controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const { test } = require('node:test')
77
const { closeServerAsPromise } = require('../utils/node-http')
88
const { strictEqual } = require('node:assert')
99

10-
test('long-lived-abort-controller', { skip: true }, async (t) => {
10+
test('long-lived-abort-controller', async (t) => {
1111
const server = http.createServer({ joinDuplicateHeaders: true }, (req, res) => {
1212
res.writeHead(200, { 'Content-Type': 'text/plain' })
1313
res.write('Hello World!')

0 commit comments

Comments
 (0)