diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-07-06 11:11:43 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-07-06 11:49:50 +0200 |
commit | 23b828b78b1ea347e80039c9b3100ddcf5793cb0 (patch) | |
tree | a2bf6e641f9e1482db40bfe967c91883f72968b0 /tests/data/test506 | |
parent | 759efe7b51d1a2d5681839d6fb23b21b27de91ba (diff) | |
download | curl-23b828b78b1ea347e80039c9b3100ddcf5793cb0.tar.gz |
test506: skip if threaded-resolver
Diffstat (limited to 'tests/data/test506')
-rw-r--r-- | tests/data/test506 | 5 |
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> |