1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

disable failing test_od::test_f16() for android CI.

This commit is contained in:
Ulrich Hornung 2024-02-17 17:20:39 +01:00
parent a12d7c2b67
commit d6ca9e3800
No known key found for this signature in database
GPG key ID: 64EA3BAAF1BC0603

View file

@ -229,6 +229,13 @@ fn test_hex32() {
.stdout_is(expected_output);
}
// This test fails on Android CI on AVD on Ubuntu Github runners.
// It was never reproducible locally and seems to be very hard to fix.
// Thats why its disabled for android x86*. See uutils issue #5941.
#[cfg(not(all(
target_os = "android",
any(target_arch = "x86", target_arch = "x86_64")
)))]
#[test]
fn test_f16() {
let input: [u8; 14] = [