Skip to content

Commit c196adc

Browse files
committed
don't run test_gen tests on big-endian
1 parent a404ff8 commit c196adc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_gen.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ fn check_roundtrip<E, D, VE, VD, EE, ED>(
269269
}
270270

271271
#[test]
272+
#[cfg(target_endian = "little")] // takes too long on big-endian
272273
fn test_generated() {
273274
let mut rng = StdRng::seed_from_u64(0);
274275

0 commit comments

Comments
 (0)