We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7fe995 commit d4f9804Copy full SHA for d4f9804
1 file changed
libs/braillify/src/main.rs
@@ -54,15 +54,15 @@ mod tests {
54
);
55
}
56
57
- #[test]
58
- #[serial]
59
- fn test_braillify_integration_english() {
60
- let mut cmd = get_built_binary().command();
61
- cmd.arg("hello");
62
- cmd.assert()
63
- .success()
64
- .stdout(predicate::str::is_empty().not());
65
- }
+ // #[test]
+ // #[serial]
+ // fn test_braillify_integration_english() {
+ // let mut cmd = get_built_binary().command();
+ // cmd.arg("hello");
+ // cmd.assert()
+ // .success()
+ // .stdout(predicate::str::is_empty().not());
+ // }
66
67
#[test]
68
#[serial]
0 commit comments