Skip to content

Commit 4d499bf

Browse files
committed
Enabled tls tests
1 parent 0d1c782 commit 4d499bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ gulp.task('run-tck', ['download-tck', 'nodejs'], function() {
216216
return gulp.src(featureHome + "/*").pipe(cucumber({
217217
'steps': 'test/v1/tck/steps/*.js',
218218
'format': 'pretty',
219-
'tags' : ['~@fixed_session_pool', '~@db', '~@equality', '~@streaming_and_cursor_navigation', '~@tls']
219+
'tags' : ['~@fixed_session_pool', '~@db', '~@equality', '~@streaming_and_cursor_navigation']
220220
}));
221221
});
222222

0 commit comments

Comments
 (0)