From c9e7fccd210ffdd9941678df1730ffe8bf236fc1 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Mon, 2 May 2022 14:14:44 -0400 Subject: [PATCH] cephfs admin: remove test skip in TestCancelClone This will re-enable the test case on ceph quincy. Signed-off-by: John Mulligan --- cephfs/admin/clone_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cephfs/admin/clone_test.go b/cephfs/admin/clone_test.go index cd9bc8396..0d947449b 100644 --- a/cephfs/admin/clone_test.go +++ b/cephfs/admin/clone_test.go @@ -143,10 +143,6 @@ func TestCloneSubVolumeSnapshot(t *testing.T) { } func TestCancelClone(t *testing.T) { - if serverVersion == cephQuincy || serverVersion == cephPacfic { - t.Skipf("temporarily disabled on quincy and pacific: very flaky") - } - fsa := getFSAdmin(t) volume := "cephfs" group := "Park"