Skip to content

Commit b75fbf4

Browse files
authored
Ignore test_ispeed_ospeed_valid_speeds for issue #9547
on different platforms the output is different due to different versions so cannot use this as a test.
1 parent 2903ff7 commit b75fbf4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/by-util/test_stty.rs

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

530530
#[test]
531531
#[cfg(unix)]
532+
#[ignore = "Issue: #9547"]
532533
fn test_ispeed_ospeed_valid_speeds() {
533534
let (path, _controller, _replica) = pty_path();
534535
let (_at, ts) = at_and_ts!();

0 commit comments

Comments
 (0)