aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/test/interop_sanity_test.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/node/test/interop_sanity_test.js')
-rw-r--r--src/node/test/interop_sanity_test.js2
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) {