diff --git a/packages/grpc-native-core/deps/grpc b/packages/grpc-native-core/deps/grpc index 3a54b867..5dc3cc1b 160000 --- a/packages/grpc-native-core/deps/grpc +++ b/packages/grpc-native-core/deps/grpc @@ -1 +1 @@ -Subproject commit 3a54b8673eed472679b11bb463cfcaf50ba6e282 +Subproject commit 5dc3cc1b01e908b5635e43a39bd914516c2a0071 diff --git a/packages/grpc-native-core/test/channel_test.js b/packages/grpc-native-core/test/channel_test.js index f9afa0be..373c5ac3 100644 --- a/packages/grpc-native-core/test/channel_test.js +++ b/packages/grpc-native-core/test/channel_test.js @@ -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, {});