]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test506: make it not run in c-ares builds
authorDaniel Stenberg <daniel@haxx.se>
Thu, 26 Nov 2020 16:24:55 +0000 (17:24 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 26 Nov 2020 16:24:55 +0000 (17:24 +0100)
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

tests/data/test506

index c3cfec65a857f94081381218dfe85cf33884137a..35746bb6e240062a89aea683c9e53461dee48140 100644 (file)
@@ -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)