Skip to content

Commit 11bfc0c

Browse files
committedMar 19, 2014
Ignore S3 test
1 parent 5af0b60 commit 11bfc0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/media.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ describe.skip('Media', function() {
2727
});
2828
});
2929

30-
it('should upload an image to S3', function (done) {
30+
it.ignore('should upload an image to S3', function (done) {
3131
// set the s3 settings
3232
Media.s3 = {
3333
key: '[redacted]',

0 commit comments

Comments
 (0)
Please sign in to comment.