diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-11-26 17:24:55 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-11-26 17:24:55 +0100 |
commit | 72ae6737e090dc42cb538e060eafd1e9c3f57249 (patch) | |
tree | dcbf71c86dcb24942849bf011ede559ab0ce2fdb /tests/data | |
parent | 082422b189851f5cf8a1132dde8e62a7e9f2baad (diff) | |
download | curl-72ae6737e090dc42cb538e060eafd1e9c3f57249.tar.gz |
test506: make it not run in c-ares builds
As the asynch nature of it may trigger events in another order. A c-ares
upgrade made it break.
Reported-by: Marc Hörsken
Fixes #6247
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/test506 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/data/test506 b/tests/data/test506 index c3cfec65a..35746bb6e 100644 --- a/tests/data/test506 +++ b/tests/data/test506 @@ -55,10 +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! +# don't run this with the threaded-resolver or c-ares since the events might +# trigger in a different order! <features> !threaded-resolver +!c-ares </features> <name> HTTP with shared cookie list (and dns cache) |