Skip to content

Commit 6005944

Browse files
committed
todo, not skip
1 parent ed98cda commit 6005944

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/js/node/timers/node-timers.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,8 @@ describe("clear", () => {
230230
});
231231

232232
describe.each(["with", "without"])("setImmediate %s timers running", mode => {
233-
it.skipIf(isWindows && mode == "with")(
233+
// TODO(@190n) #17901 did not fix this for Windows
234+
it.todoIf(isWindows && mode == "with")(
234235
"has reasonable performance when nested",
235236
async () => {
236237
const process = Bun.spawn({

0 commit comments

Comments
 (0)