nixpkgs/pkgs/development/tools/rust/cargo-insta/ignore-rustfmt-test.patch
2020-06-18 19:13:04 +08:00

11 lines
291 B
Diff

--- 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]");