Skip to content

Commit 0c7e55d

Browse files
author
bcoe
committed
test: rimraf fix seems to have fixed known issue
1 parent 3ef437b commit 0c7e55d

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

β€Žtest/known_issues/known_issues.statusβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
prefix known_issues
23

34
# If a known issue does not apply to a platform, list the test name in the
@@ -27,5 +28,3 @@ test-vm-timeout-escape-queuemicrotask: SKIP
2728
# The Raspberry Pis are too slow to run this test.
2829
# See https://github.com/nodejs/build/issues/2227#issuecomment-608334574
2930
test-crypto-authenticated-stream: SKIP
30-
# The bug being checked is that the test never exits.
31-
test-fs-open-no-close: TIMEOUT

β€Žtest/known_issues/test-fs-open-no-close.jsβ€Ž renamed to β€Žtest/parallel/test-fs-open-no-close.jsβ€Ž

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,7 @@
44
// Failing to close a file should not keep the event loop open.
55

66
const common = require('../common');
7-
8-
// This issue only shows up on Raspberry Pi devices in our CI. When this test is
9-
// moved out of known_issues, this check can be removed, as the test should pass
10-
// on all platforms at that point.
117
const assert = require('assert');
12-
if (process.arch !== 'arm' || process.config.variables.arm_version > 7) {
13-
assert.fail('This test is for Raspberry Pi devices in CI');
14-
}
158

169
const fs = require('fs');
1710

0 commit comments

Comments
Β (0)