Skip to content

Commit aafb73a

Browse files
committed
More test feature gating
1 parent b3cbaa3 commit aafb73a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

rust-runtime/aws-smithy-runtime/tests/dns_caching.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
* SPDX-License-Identifier: Apache-2.0
44
*/
55

6-
#![cfg(all(feature = "client", feature = "rt-tokio", not(target_family = "wasm")))]
6+
#![cfg(all(
7+
feature = "client",
8+
feature = "hickory-dns",
9+
not(target_family = "wasm")
10+
))]
711

812
use aws_smithy_runtime::client::dns::CachingDnsResolver;
913
use aws_smithy_runtime_api::client::dns::ResolveDns;

0 commit comments

Comments
 (0)