Update the submodule and unskip previously failing test

This commit is contained in:
murgatroid99 2017-11-17 10:28:07 -08:00
parent 56ba5d2482
commit 2f7201a285
2 changed files with 2 additions and 3 deletions

@ -1 +1 @@
Subproject commit 3a54b8673eed472679b11bb463cfcaf50ba6e282
Subproject commit 5dc3cc1b01e908b5635e43a39bd914516c2a0071

View File

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