Skip a test suite that appears to be triggering a core assertion failure

This commit is contained in:
murgatroid99 2017-11-10 09:28:38 -08:00
parent 6be2268e35
commit 1ceb259401
1 changed files with 2 additions and 1 deletions

View File

@ -132,7 +132,8 @@ describe('channel', function() {
grpc.connectivityState.IDLE);
});
});
describe('watchConnectivityState', function() {
// This suite test appears to be triggering grpc/grpc#12932; skipping for now
describe.skip('watchConnectivityState', function() {
var channel;
beforeEach(function() {
channel = new grpc.Channel('localhost', insecureCreds, {});