mirror of https://github.com/grpc/grpc-node.git
Merge pull request #95 from murgatroid99/update_submodule_unskip_test
Update the submodule and unskip previously failing test
This commit is contained in:
commit
7528a3d391
|
@ -683,7 +683,6 @@
|
||||||
'deps/grpc/src/core/lib/http/httpcli.cc',
|
'deps/grpc/src/core/lib/http/httpcli.cc',
|
||||||
'deps/grpc/src/core/lib/http/parser.cc',
|
'deps/grpc/src/core/lib/http/parser.cc',
|
||||||
'deps/grpc/src/core/lib/iomgr/call_combiner.cc',
|
'deps/grpc/src/core/lib/iomgr/call_combiner.cc',
|
||||||
'deps/grpc/src/core/lib/iomgr/closure.cc',
|
|
||||||
'deps/grpc/src/core/lib/iomgr/combiner.cc',
|
'deps/grpc/src/core/lib/iomgr/combiner.cc',
|
||||||
'deps/grpc/src/core/lib/iomgr/endpoint.cc',
|
'deps/grpc/src/core/lib/iomgr/endpoint.cc',
|
||||||
'deps/grpc/src/core/lib/iomgr/endpoint_pair_posix.cc',
|
'deps/grpc/src/core/lib/iomgr/endpoint_pair_posix.cc',
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 3a54b8673eed472679b11bb463cfcaf50ba6e282
|
Subproject commit dbca3d9b765b8e13ead6327fdd4904fe0fa05c84
|
|
@ -31,7 +31,7 @@
|
||||||
"arguejs": "^0.2.3",
|
"arguejs": "^0.2.3",
|
||||||
"lodash": "^4.15.0",
|
"lodash": "^4.15.0",
|
||||||
"nan": "^2.0.0",
|
"nan": "^2.0.0",
|
||||||
"node-pre-gyp": "^0.6.39",
|
"node-pre-gyp": "^0.6.35",
|
||||||
"protobufjs": "^5.0.0"
|
"protobufjs": "^5.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -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