Skip to content

Commit d269518

Browse files
Merge branch 'master' into semantic-release
2 parents e04230e + 46324d9 commit d269518

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "watson-developer-cloud",
3-
"version": "3.5.2",
3+
"version": "3.5.3",
44
"description": "Client library to use the IBM Watson Services and AlchemyAPI",
55
"main": "./index",
66
"repository": {

test/integration/test.visual_recognition.custom_classifiers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const logit = function(string) {
1717
return string;
1818
};
1919

20-
describe('visual_recognition_integration_custom_classifiers', function() {
20+
describe.skip('visual_recognition_integration_custom_classifiers @slow', function() {
2121
// ugh.
2222
this.timeout(THIRTY_SECONDS * 8);
2323
this.slow(TWO_SECONDS);

0 commit comments

Comments
 (0)