Skip to content

Commit 1f6ede8

Browse files
authored
Re-enable ignored tests for valid and invalid speeds
1 parent b75fbf4 commit 1f6ede8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/by-util/test_stty.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,6 @@ fn test_saved_state_with_control_chars() {
529529

530530
#[test]
531531
#[cfg(unix)]
532-
#[ignore = "Issue: #9547"]
533532
fn test_ispeed_ospeed_valid_speeds() {
534533
let (path, _controller, _replica) = pty_path();
535534
let (_at, ts) = at_and_ts!();
@@ -568,6 +567,7 @@ fn test_ispeed_ospeed_valid_speeds() {
568567
target_os = "openbsd"
569568
))
570569
))]
570+
#[ignore = "Issue: #9547"]
571571
fn test_ispeed_ospeed_invalid_speeds() {
572572
let (path, _controller, _replica) = pty_path();
573573
let (_at, ts) = at_and_ts!();

0 commit comments

Comments
 (0)