Skip to content

Commit 09615a6

Browse files
committed
Merge remote-tracking branch 'upstream/1.0' into 1.1
2 parents a8235ec + d03dec4 commit 09615a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gulpfile.js

+1-1
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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"babel": "^5.8.23",
2121
"babelify": "^6.3.0",
2222
"browserify": "^11.0.0",
23-
"esdoc": "0.4.6",
23+
"esdoc": "^0.4.0",
2424
"esdoc-importpath-plugin": "0.0.1",
2525
"glob": "^5.0.14",
2626
"gulp": "^3.9.1",

0 commit comments

Comments
 (0)