From 4b03ee0f99619e70c7f5f71e2981f16921f21860 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sun, 25 Oct 2020 08:48:23 +0000 Subject: [PATCH] test: remove TestS3Ceph: and TestSwiftCeph: from integration tests Unfortunately we don't have access to this server any more --- fstest/test_all/config.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/fstest/test_all/config.yaml b/fstest/test_all/config.yaml index 9581d3b5e..6086f5159 100644 --- a/fstest/test_all/config.yaml +++ b/fstest/test_all/config.yaml @@ -146,12 +146,12 @@ backends: # ignore: # - TestIntegration/FsMkdir/FsPutFiles/FsCopy # - TestIntegration/FsMkdir/FsPutFiles/SetTier - - backend: "s3" - remote: "TestS3Ceph:" - fastlist: true - ignore: - - TestIntegration/FsMkdir/FsPutFiles/FsCopy - - TestIntegration/FsMkdir/FsPutFiles/SetTier + # - backend: "s3" + # remote: "TestS3Ceph:" + # fastlist: true + # ignore: + # - TestIntegration/FsMkdir/FsPutFiles/FsCopy + # - TestIntegration/FsMkdir/FsPutFiles/SetTier - backend: "s3" remote: "TestS3Alibaba:" fastlist: true @@ -172,11 +172,11 @@ backends: - backend: "swift" remote: "TestSwift:" fastlist: true - - backend: "swift" - remote: "TestSwiftCeph:" - fastlist: true - ignore: - - TestIntegration/FsMkdir/FsPutFiles/FsCopy + # - backend: "swift" + # remote: "TestSwiftCeph:" + # fastlist: true + # ignore: + # - TestIntegration/FsMkdir/FsPutFiles/FsCopy - backend: "yandex" remote: "TestYandex:" fastlist: false