File tree Expand file tree Collapse file tree
tests/multipleBackend/routes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1647,7 +1647,7 @@ describe('backbeat routes', () => {
16471647 } ) ;
16481648 } ) ;
16491649
1650- it ( 'should PUT tags for a non-versioned bucket' , function test ( done ) {
1650+ itSkipCeph ( 'should PUT tags for a non-versioned bucket' , function test ( done ) {
16511651 this . timeout ( 10000 ) ;
16521652 const bucket = NONVERSIONED_BUCKET ;
16531653 const awsKey = uuidv4 ( ) ;
@@ -2545,7 +2545,8 @@ describe('backbeat routes', () => {
25452545 } ) ,
25462546 ] , done ) ;
25472547 } ) ;
2548- it ( 'should batch delete a versioned AWS location' , done => {
2548+
2549+ itSkipCeph ( 'should batch delete a versioned AWS location' , done => {
25492550 let versionId ;
25502551 const awsKey = `${ TEST_BUCKET } /batch-delete-test-key-${ makeid ( 8 ) } ` ;
25512552
@@ -2685,7 +2686,7 @@ describe('backbeat routes', () => {
26852686 ] , done ) ;
26862687 } ) ;
26872688
2688- it ( 'should not put tags if the source is not Azure and ' +
2689+ itSkipCeph ( 'should not put tags if the source is not Azure and ' +
26892690 'if-unmodified-since condition is not met' , done => {
26902691 const awsKey = uuidv4 ( ) ;
26912692 async . series ( [
@@ -2730,7 +2731,7 @@ describe('backbeat routes', () => {
27302731 ] , done ) ;
27312732 } ) ;
27322733
2733- it ( 'should put tags if the source is not Azure and ' +
2734+ itSkipCeph ( 'should put tags if the source is not Azure and ' +
27342735 'if-unmodified-since condition is met' , done => {
27352736 const awsKey = uuidv4 ( ) ;
27362737 let lastModified ;
You can’t perform that action at this time.
0 commit comments