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
This commit is contained in:
Daniel Stenberg 2020-11-26 17:24:55 +01:00
Родитель 082422b189
Коммит 72ae6737e0
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -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)