Skip to content

Commit 3c9e197

Browse files
Fix itSkipCeph to skip only with Ceph
Issue: CLDSRV-394
1 parent 6742e9b commit 3c9e197

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tests/functional/aws-node-sdk/test/multipleBackend

tests/functional/aws-node-sdk/test/multipleBackend/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ let gcpBucket;
4141
let gcpBucketMPU;
4242

4343
const isCEPH = process.env.CI_CEPH !== undefined;
44-
const itSkipCeph = isCEPH ? it.skip : it.skip;
44+
const itSkipCeph = isCEPH ? it.skip : it;
4545
const describeSkipIfCeph = isCEPH ? describe.skip : describe.skip; // always skip
4646

4747
if (config.backends.data === 'multiple') {

0 commit comments

Comments
 (0)