Skip to content

Commit c95c11c

Browse files
committed
fixing tests after re enabling them
1 parent 0cfb6ba commit c95c11c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/multipleBackend/routes/routeBackbeat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ const itIfLocationAzure = hasLocation(azureLocation) ? it : it.skip;
196196
const itSkipS3C = process.env.S3_END_TO_END ? it.skip : it;
197197

198198
describeSkipIfNotMultiple('backbeat DELETE routes', () => {
199-
it('abort MPU', done => {
199+
itIfLocationAws('abort MPU', done => {
200200
const awsKey = 'backbeat-mpu-test';
201201
async.waterfall([
202202
next => {

0 commit comments

Comments
 (0)