]> git.lizzy.rs Git - rust.git/blobdiff - src/libcore/tests/num/flt2dec/strategy/dragon.rs
Ignore some failing test on wasm32-unknown-emscripten
[rust.git] / src / libcore / tests / num / flt2dec / strategy / dragon.rs
index 4edb0f3df60c44ea3d0b1aa7c76c379cb5d37de5..03772a765cc6a2ead15fd9346c866c675a5461b1 100644 (file)
@@ -24,6 +24,7 @@ fn test_mul_pow10() {
     }
 }
 
+#[cfg_attr(all(target_arch = "wasm32", target_os = "emscripten"), ignore)] // issue 42630
 #[test]
 fn shortest_sanity_test() {
     f64_shortest_sanity_test(format_shortest);