Skip to content

Commit fdb47a3

Browse files
committed
disable session_close_in_atexit test on 1.85 as std has regression rust-lang/rust#138696
1 parent f533110 commit fdb47a3

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zenoh/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ once_cell = { workspace = true }
125125
[dev-dependencies]
126126
tokio = { workspace = true }
127127
libc = { workspace = true }
128+
rustversion = "1.0"
128129

129130
[build-dependencies]
130131
rustc_version = { workspace = true }

zenoh/tests/atexit.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ extern "C" fn close_session_in_atexit() {
108108
session.close().wait().unwrap();
109109
}
110110

111+
#[rustversion::before(1.85)]
111112
#[test]
112113
fn session_close_in_atexit() {
113114
run_in_separate_process("session_close_in_atexit_main", true);

0 commit comments

Comments
 (0)