Skip connectivity test to narrow down failures

This commit is contained in:
Michael Lumish 2019-06-26 16:22:01 -07:00 committed by GitHub
parent e9946c3f6c
commit 68fbffa474
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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