Skip to content

Commit 15ac087

Browse files
Merge b3efc43 into f10d348
2 parents f10d348 + b3efc43 commit 15ac087

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

libdd-common/tests/reqwest_builder_test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ mod tests {
8787
/// network). Does not verify which resolver is actually used; that is done by
8888
/// test_system_resolver_uses_extra_thread.
8989
#[test]
90+
#[cfg_attr(miri, ignore)]
9091
fn test_both_resolver_configs_build_client() {
9192
let url = "http://example.com/";
9293
for use_system_resolver in [false, true] {

0 commit comments

Comments
 (0)