diff options
| author | Garrett D'Amore <garrett@damore.org> | 2020-01-02 21:45:10 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2020-01-02 21:54:23 -0800 |
| commit | 034194ee72e639a010897d0e01aee234135a6bdb (patch) | |
| tree | 9ed0872945365ef95a23185202246299dc55dffd /tests | |
| parent | 909bc2359eb00c3ab4f8924aa5a0f470eecc0c33 (diff) | |
| download | nng-034194ee72e639a010897d0e01aee234135a6bdb.tar.gz nng-034194ee72e639a010897d0e01aee234135a6bdb.tar.bz2 nng-034194ee72e639a010897d0e01aee234135a6bdb.zip | |
Disable httpclient tests -- proxy caches are making this fail.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/httpclient.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/httpclient.c b/tests/httpclient.c index ea6b8f48..29239ddb 100644 --- a/tests/httpclient.c +++ b/tests/httpclient.c @@ -200,7 +200,11 @@ TestMain("HTTP Client", { }); }); - Convey("Client times out", { + // We are skipping this test for now, because it fails all the time + // in the cloud -- it appears that there are caches and proxies that + // are unavoidable in the infrastructure. We will revisit when we + // provide our own HTTP test server on localhost. + SkipConvey("Client times out", { nng_aio * aio; nng_http_client *cli; nng_url * url; |
