From 6c459dc039935830366969e266a92c9459ca173d Mon Sep 17 00:00:00 2001 From: Sven Anderson Date: Wed, 29 Jun 2022 17:11:51 +0900 Subject: [PATCH] CI: also disable TestCancelClone for pacific The code causing this issue has been packported to pacific and blocks the CI. We need to temporarily disable for pacific as well. Signed-off-by: Sven Anderson --- cephfs/admin/clone_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cephfs/admin/clone_test.go b/cephfs/admin/clone_test.go index b4e0b63..cd9bc83 100644 --- a/cephfs/admin/clone_test.go +++ b/cephfs/admin/clone_test.go @@ -143,8 +143,8 @@ func TestCloneSubVolumeSnapshot(t *testing.T) { } func TestCancelClone(t *testing.T) { - if serverVersion == cephQuincy { - t.Skipf("temporarily disabled on quincy: very flaky") + if serverVersion == cephQuincy || serverVersion == cephPacfic { + t.Skipf("temporarily disabled on quincy and pacific: very flaky") } fsa := getFSAdmin(t)