Turn off dns/getaddrinfo_race_gotresolve by default

It is:
- pretty internal regression
- CPU bound
- right now failed on travis-ci machines
This commit is contained in:
Azat Khuzhin 2018-10-21 03:03:57 +03:00
parent 09c74f7121
commit 7198bbb8f1
No known key found for this signature in database
GPG Key ID: B86086848EF8686D

View File

@ -2336,7 +2336,7 @@ struct testcase_t dns_testcases[] = {
#ifdef EVTHREAD_USE_PTHREADS_IMPLEMENTED
{ "getaddrinfo_race_gotresolve",
getaddrinfo_race_gotresolve_test,
TT_FORK, NULL, NULL },
TT_FORK|TT_OFF_BY_DEFAULT, NULL, NULL },
#endif
END_OF_TESTCASES