]> git.lizzy.rs Git - rust.git/blobdiff - src/libcore/tests/num/flt2dec/strategy/grisu.rs
Ignore some failing test on wasm32-unknown-emscripten
[rust.git] / src / libcore / tests / num / flt2dec / strategy / grisu.rs
index 79e66ee669e146d13e9addfaf635d1eee5670db4..17fb99bcc92249e3f889c5aec75d23f762ec604b 100644 (file)
@@ -38,6 +38,7 @@ fn test_max_pow10_no_more_than() {
 }
 
 
+#[cfg_attr(all(target_arch = "wasm32", target_os = "emscripten"), ignore)] // issue 42630
 #[test]
 fn shortest_sanity_test() {
     f64_shortest_sanity_test(format_shortest);