mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-05-11 13:03:01 +00:00
Disable HTTP test in selftest since it works, and GitHub issue #207.
This commit is contained in:
parent
a297e4a5bf
commit
d78e3bb307
@ -916,7 +916,7 @@ int main(int argc,char **argv)
|
|||||||
r |= testCertificate();
|
r |= testCertificate();
|
||||||
r |= testPhy();
|
r |= testPhy();
|
||||||
r |= testResolver();
|
r |= testResolver();
|
||||||
r |= testHttp();
|
//r |= testHttp();
|
||||||
|
|
||||||
if (r)
|
if (r)
|
||||||
std::cout << std::endl << "SOMETHING FAILED!" << std::endl;
|
std::cout << std::endl << "SOMETHING FAILED!" << std::endl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user