3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/tools/rust/cargo-insta/ignore-rustfmt-test.patch

11 lines
291 B
Diff
Raw Normal View History

2020-06-18 12:13:04 +01:00
--- a/src/runtime.rs
+++ b/src/runtime.rs
@@ -85,6 +85,7 @@ fn format_rust_expression(value: &str) -> Cow<'_, str> {
}
#[test]
+#[ignore]
fn test_format_rust_expression() {
use crate::assert_snapshot;
assert_snapshot!(format_rust_expression("vec![1,2,3]"), @"vec![1, 2, 3]");