Skip to content

Commit

Permalink
ci: disable tests for aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
oberrich committed Dec 29, 2024
1 parent f6d46e8 commit 8989f26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ pub mod ext {
use super::*;
use windows_sys::Win32::System::Threading::GetCurrentThreadId;

#[cfg(not(target_arch = "aarch64"))]
#[test]
fn test_teb() {
let cur_thread = unsafe { (*NtCurrentTeb()).ClientId.UniqueThread as isize };
Expand Down

0 comments on commit 8989f26

Please sign in to comment.