From 2e72ec96c15e84ce1b0360d6d41ae8bbdd0f3be6 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Wed, 20 Oct 2021 17:51:06 +0100 Subject: [PATCH] qingstor: ignore harmless failing integration test #5734 The test TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR fails in the integration test because there is a broken bucket in the test account which support haven't been able to remove. --- fstest/test_all/config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fstest/test_all/config.yaml b/fstest/test_all/config.yaml index da1c743ec..7f7de13fd 100644 --- a/fstest/test_all/config.yaml +++ b/fstest/test_all/config.yaml @@ -249,6 +249,9 @@ backends: fastlist: false oneonly: true cleanup: true + ignore: + # This test fails because of a broken bucket in the account! + - TestIntegration/FsMkdir/FsPutFiles/FromRoot/ListR - backend: "azureblob" remote: "TestAzureBlob:" fastlist: true