From 08789a5815c4676d5463035639b6e487a9f23945 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Fri, 8 Sep 2023 14:47:33 +0100 Subject: [PATCH] test_all: remove filefabric from integration tests The filefabric test server doesn't seem to be working at all so remove it from the integration tests pending revitalization. --- fstest/test_all/config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fstest/test_all/config.yaml b/fstest/test_all/config.yaml index 4274d5125..de60774fd 100644 --- a/fstest/test_all/config.yaml +++ b/fstest/test_all/config.yaml @@ -127,10 +127,10 @@ backends: # This test doesn't work on a standard dropbox account because it # tries to set the expiry of the link - TestIntegration/FsMkdir/FsPutFiles/PublicLink - - backend: "filefabric" - remote: "TestFileFabric:" - fastlist: false - extratime: 2.0 + # - backend: "filefabric" + # remote: "TestFileFabric:" + # fastlist: false + # extratime: 2.0 - backend: "googlecloudstorage" remote: "TestGoogleCloudStorage:" fastlist: true