Skip to content

Commit

Permalink
test(VisualRecognition): Disable integration tests 🔥
Browse files Browse the repository at this point in the history
  • Loading branch information
germanattanasio committed Jun 29, 2018
1 parent 0e2e0f6 commit c03c7d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const logit = function(string) {
return string;
};

describe('visual_recognition_integration_custom_classifiers', function() {
describe.skip('visual_recognition_integration_custom_classifiers @slow', function() {
// ugh.
this.timeout(THIRTY_SECONDS * 8);
this.slow(TWO_SECONDS);
Expand Down

0 comments on commit c03c7d1

Please sign in to comment.