mirror of https://github.com/grpc/grpc-node.git
Skip a test suite that appears to be triggering a core assertion failure
This commit is contained in:
parent
6be2268e35
commit
1ceb259401
|
@ -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, {});
|
||||
|
|
Loading…
Reference in New Issue