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 f8c0b14137..f008a87585 100644
--- a/src/node/test/interop_sanity_test.js
+++ b/src/node/test/interop_sanity_test.js
@@ -71,7 +71,7 @@ describe('Interop tests', function() {
interop_client.runTest(port, name_override, 'server_streaming', true, true,
done);
});
- it.only('should pass ping_pong', function(done) {
+ it('should pass ping_pong', function(done) {
interop_client.runTest(port, name_override, 'ping_pong', true, true, done);
});
it('should pass empty_stream', function(done) {