1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-05 15:37:47 +00:00

Merge pull request #5984 from cre4ture/fix/disable_test_od_test_f16_for_android_ci

disable failing test_od::test_f16() for android CI
This commit is contained in:
Daniel Hofstetter 2024-02-18 13:15:55 +01:00 committed by GitHub
commit 88e1a35701
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -229,6 +229,13 @@ fn test_hex32() {
.stdout_is(expected_output); .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] #[test]
fn test_f16() { fn test_f16() {
let input: [u8; 14] = [ let input: [u8; 14] = [