Skip to content

Commit 8a7f2df

Browse files
committed
Temporary disable multithread_access_sync test on nightly
1 parent 676f3a6 commit 8a7f2df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/send.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ fn test_userdata_multithread_access_send_only() -> Result<()> {
4747
Ok(())
4848
}
4949

50+
#[rustversion::stable]
5051
#[test]
5152
fn test_userdata_multithread_access_sync() -> Result<()> {
5253
let lua = Lua::new();

0 commit comments

Comments
 (0)