mirror of https://github.com/grpc/grpc-node.git
Skip connectivity test to narrow down failures
This commit is contained in:
parent
e9946c3f6c
commit
68fbffa474
|
|
@ -80,7 +80,7 @@ describe('Reconnection', function() {
|
||||||
server1.forceShutdown();
|
server1.forceShutdown();
|
||||||
server2.forceShutdown();
|
server2.forceShutdown();
|
||||||
});
|
});
|
||||||
it('Should end with either OK or UNAVAILABLE when querying a server that is shutting down', function(done) {
|
it.skip('Should end with either OK or UNAVAILABLE when querying a server that is shutting down', function(done) {
|
||||||
this.timeout(10000);
|
this.timeout(10000);
|
||||||
let pendingCalls = 0;
|
let pendingCalls = 0;
|
||||||
let testDone = false;
|
let testDone = false;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue