File tree 1 file changed +0
-9
lines changed
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -442,9 +442,6 @@ mod tests {
442
442
}
443
443
444
444
#[ test]
445
- // Don't run on a m1 as they have a 41ns precision
446
- // https://github.com/rust-lang/rust/issues/91417
447
- #[ cfg( not( all( target_arch = "aarch64" , target_vendor = "apple" ) ) ) ]
448
445
fn update_test ( ) {
449
446
let start_instant = Instant :: now ( ) ;
450
447
let mut time = Time :: new ( start_instant) ;
@@ -577,9 +574,6 @@ mod tests {
577
574
}
578
575
579
576
#[ test]
580
- // Don't run on a m1 as they have a 41ns precision
581
- // https://github.com/rust-lang/rust/issues/91417
582
- #[ cfg( not( all( target_arch = "aarch64" , target_vendor = "apple" ) ) ) ]
583
577
fn relative_speed_test ( ) {
584
578
let start_instant = Instant :: now ( ) ;
585
579
let mut time = Time :: new ( start_instant) ;
@@ -682,9 +676,6 @@ mod tests {
682
676
}
683
677
684
678
#[ test]
685
- // Don't run on a m1 as they have a 41ns precision
686
- // https://github.com/rust-lang/rust/issues/91417
687
- #[ cfg( not( all( target_arch = "aarch64" , target_vendor = "apple" ) ) ) ]
688
679
fn pause_test ( ) {
689
680
let start_instant = Instant :: now ( ) ;
690
681
let mut time = Time :: new ( start_instant) ;
You can’t perform that action at this time.
0 commit comments