summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-07-06 11:11:43 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-07-06 11:49:50 +0200
commit23b828b78b1ea347e80039c9b3100ddcf5793cb0 (patch)
treea2bf6e641f9e1482db40bfe967c91883f72968b0
parent759efe7b51d1a2d5681839d6fb23b21b27de91ba (diff)
downloadcurl-23b828b78b1ea347e80039c9b3100ddcf5793cb0.tar.gz
test506: skip if threaded-resolver
-rw-r--r--tests/data/test5065
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/data/test506 b/tests/data/test506
index 96e690b2f..40eee2532 100644
--- a/tests/data/test506
+++ b/tests/data/test506
@@ -55,6 +55,11 @@ run 3: overwrite cookie 1 and 4, set cookie 6 with and without tailmatch
<server>
http
</server>
+# don't run this with the threaded-resolver since the events might trigger in
+# a different order!
+<features>
+!threaded-resolver
+</features>
<name>
HTTP with shared cookie list (and dns cache)
</name>