diff options
author | Jorge Canizales <jcanizales@google.com> | 2015-02-17 19:28:18 -0800 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2015-02-17 19:28:18 -0800 |
commit | db128617534ace98f7e7e2c4e77d44bd366aae52 (patch) | |
tree | 80baba6ac2f9b49a0c1fe32dd04277ed8fcf095a /src/node/test/interop_sanity_test.js | |
parent | d1a8cc082acac3a01defa365b1ae98bc40c5ea3a (diff) | |
parent | 0a9ae3d23d48667d3fe915b233e4d5cab55be92f (diff) |
Merge branch 'master' of https://github.com/grpc/grpc into import-ios-library
Diffstat (limited to 'src/node/test/interop_sanity_test.js')
-rw-r--r-- | src/node/test/interop_sanity_test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node/test/interop_sanity_test.js b/src/node/test/interop_sanity_test.js index 7ecaad833d..81cd9fa5b9 100644 --- a/src/node/test/interop_sanity_test.js +++ b/src/node/test/interop_sanity_test.js @@ -56,7 +56,7 @@ describe('Interop tests', function() { interop_client.runTest(port, name_override, 'empty_unary', true, done); }); // This fails due to an unknown bug - it.skip('should pass large_unary', function(done) { + it('should pass large_unary', function(done) { interop_client.runTest(port, name_override, 'large_unary', true, done); }); it('should pass client_streaming', function(done) { |