Skip to content

Commit c80a97b

Browse files
committed
Ignore userdata_multithread_access_sync test
1 parent 3c40cfe commit c80a97b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/send.rs

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

50-
#[rustversion::stable]
5150
#[test]
51+
#[ignore = "rust change https://github.com/rust-lang/rust/pull/135634"]
5252
fn test_userdata_multithread_access_sync() -> Result<()> {
5353
let lua = Lua::new();
5454

0 commit comments

Comments
 (0)