diff --git a/Cargo.toml b/Cargo.toml index 0251490..acd9708 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ log = { version = "0.4", optional = true } defmt = { version = "0.3", optional = true } embedded-tls = { version = "0.11", default-features = false, features = ["async"] } rand_chacha = { version = "0.3", default-features = false } -nourl = "0.1.0" +nourl = "0.1.1" [dev-dependencies] hyper = { version = "0.14.23", features = ["full"] } @@ -44,4 +44,5 @@ defmt = [ "dep:defmt", "embedded-io/defmt", "embedded-tls/defmt", + "nourl/defmt", ] diff --git a/tests/client.rs b/tests/client.rs index 030af08..e7a09c5 100644 --- a/tests/client.rs +++ b/tests/client.rs @@ -132,7 +132,8 @@ async fn test_request_response_rustls() { t.await.unwrap(); } -//#[tokio::test] +#[ignore] +#[tokio::test] async fn test_request_response_drogue_cloud_sandbox() { setup(); let mut tls_buf: [u8; 16384] = [0; 16384];