diff options
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 d7b6f3316c..804c1d45e4 100644 --- a/src/node/test/interop_sanity_test.js +++ b/src/node/test/interop_sanity_test.js @@ -90,7 +90,7 @@ describe('Interop tests', function() { interop_client.runTest(port, name_override, 'timeout_on_sleeping_server', true, true, done); }); - it.only('should pass custom_metadata', function(done) { + it('should pass custom_metadata', function(done) { interop_client.runTest(port, name_override, 'custom_metadata', true, true, done); }); |