We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af0b60 commit 11bfc0cCopy full SHA for 11bfc0c
test/media.test.js
@@ -27,7 +27,7 @@ describe.skip('Media', function() {
27
});
28
29
30
- it('should upload an image to S3', function (done) {
+ it.ignore('should upload an image to S3', function (done) {
31
// set the s3 settings
32
Media.s3 = {
33
key: '[redacted]',
0 commit comments