Skip to content

Commit f3a9dc7

Browse files
committed
skip sys::fd tests
1 parent 330ea2b commit f3a9dc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ alloc)
5555
;;
5656
std)
5757
# Modules that we skip because they need a lot of shims we don't support.
58-
SKIP="fs:: net:: process:: sys::pal::"
58+
SKIP="fs:: net:: process:: sys::pal:: sys::fd::"
5959

6060
# A 64bit little-endian and a 32bit big-endian target,
6161
# as well as targets covering all major OSes and both ABIs on Windows.

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2025-04-01
1+
nightly-2025-04-07

0 commit comments

Comments
 (0)