We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b16cd7d commit a4e1fefCopy full SHA for a4e1fef
heos-lib/src/heos_test.rs
@@ -17,6 +17,7 @@ mod heos_test {
17
use futures_util::{pin_mut, StreamExt};
18
use pretty_assertions::assert_eq;
19
20
+ #[ignore]
21
#[test]
22
fn should_parse_discovery_response() {
23
let location = formatcp!("http://{ip}:60006/upnp/desc/aios_device/aios_device.xml",
0 commit comments