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 b75fbf4 commit 1f6ede8Copy full SHA for 1f6ede8
tests/by-util/test_stty.rs
@@ -529,7 +529,6 @@ fn test_saved_state_with_control_chars() {
529
530
#[test]
531
#[cfg(unix)]
532
-#[ignore = "Issue: #9547"]
533
fn test_ispeed_ospeed_valid_speeds() {
534
let (path, _controller, _replica) = pty_path();
535
let (_at, ts) = at_and_ts!();
@@ -568,6 +567,7 @@ fn test_ispeed_ospeed_valid_speeds() {
568
567
target_os = "openbsd"
569
))
570
))]
+#[ignore = "Issue: #9547"]
571
fn test_ispeed_ospeed_invalid_speeds() {
572
573
0 commit comments