Skip to content

Commit 7a56f89

Browse files
committed
Temporarily runs in_dev files
1 parent a9a6fd2 commit 7a56f89

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','~@match_acceptance']
208+
'tags' : ['~@tls', '~@db']
209209
}));
210210
});
211211

0 commit comments

Comments
 (0)