From 68fbffa47406e1afe08397d0de8af42654985112 Mon Sep 17 00:00:00 2001 From: Michael Lumish Date: Wed, 26 Jun 2019 16:22:01 -0700 Subject: [PATCH] Skip connectivity test to narrow down failures --- test/api/connectivity_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api/connectivity_test.js b/test/api/connectivity_test.js index 88d11a0c..622c96d7 100644 --- a/test/api/connectivity_test.js +++ b/test/api/connectivity_test.js @@ -80,7 +80,7 @@ describe('Reconnection', function() { server1.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); let pendingCalls = 0; let testDone = false;