mirror of https://github.com/grpc/grpc-node.git
Update the submodule and unskip previously failing test
This commit is contained in:
parent
56ba5d2482
commit
2f7201a285
|
@ -1 +1 @@
|
||||||
Subproject commit 3a54b8673eed472679b11bb463cfcaf50ba6e282
|
Subproject commit 5dc3cc1b01e908b5635e43a39bd914516c2a0071
|
|
@ -132,8 +132,7 @@ describe('channel', function() {
|
||||||
grpc.connectivityState.IDLE);
|
grpc.connectivityState.IDLE);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
// This suite test appears to be triggering grpc/grpc#12932; skipping for now
|
describe('watchConnectivityState', function() {
|
||||||
describe.skip('watchConnectivityState', function() {
|
|
||||||
var channel;
|
var channel;
|
||||||
beforeEach(function() {
|
beforeEach(function() {
|
||||||
channel = new grpc.Channel('localhost', insecureCreds, {});
|
channel = new grpc.Channel('localhost', insecureCreds, {});
|
||||||
|
|
Loading…
Reference in New Issue