Skip to content

Commit

Permalink
Disable loopback interface tests on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
panhania committed Oct 12, 2023
1 parent 34441db commit 0929371
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/rrg/src/action/list_interfaces.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ mod tests {
use super::*;

#[test]
// Loopback interface is not available on Windows.
#[cfg_attr(target_family = "windows", ignore)]
fn handle_loopback_interface() {
let mut session = crate::session::FakeSession::new();
assert!(handle(&mut session, ()).is_ok());
Expand Down

0 comments on commit 0929371

Please sign in to comment.