We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6742e9b commit 3c9e197Copy full SHA for 3c9e197
1 file changed
tests/functional/aws-node-sdk/test/multipleBackend/utils.js
@@ -41,7 +41,7 @@ let gcpBucket;
41
let gcpBucketMPU;
42
43
const isCEPH = process.env.CI_CEPH !== undefined;
44
-const itSkipCeph = isCEPH ? it.skip : it.skip;
+const itSkipCeph = isCEPH ? it.skip : it;
45
const describeSkipIfCeph = isCEPH ? describe.skip : describe.skip; // always skip
46
47
if (config.backends.data === 'multiple') {
0 commit comments