Skip to content

Commit 1829c39

Browse files
committed
Updated tags
1 parent 370ae12 commit 1829c39

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
@@ -205,7 +205,7 @@ gulp.task('run-tck', ['download-tck', 'nodejs'], function() {
205205
return gulp.src(featureHome + "/*").pipe(cucumber({
206206
'steps': 'test/v1/tck/steps/*.js',
207207
'format': 'pretty',
208-
'tags' : ['~@in_dev', '~@db', '~@equality', '~@streaming_and_cursor_navigation', '~@tls']
208+
'tags' : ['~@in_dev', '~@db', '~@equality', '~@streaming_and_cursor_navigation']
209209
}));
210210
});
211211

0 commit comments

Comments
 (0)