]> git.lizzy.rs Git - rust.git/blobdiff - src/libcore/tests/num/mod.rs
Ignore some failing test on wasm32-unknown-emscripten
[rust.git] / src / libcore / tests / num / mod.rs
index 51737c9c3b485e42b74b47e3671ee5eecc53a90d..8fdcc36a268e8a9288d637a00bc7cd675c7c4123 100644 (file)
@@ -169,6 +169,7 @@ fn $fn_name() {
 test_impl_from! { test_u32f64, u32, f64 }
 
 // Float -> Float
+#[cfg_attr(all(target_arch = "wasm32", target_os = "emscripten"), ignore)] // issue 42630
 #[test]
 fn test_f32f64() {
     use core::f32;