diff --git a/cephfs/admin/clone_test.go b/cephfs/admin/clone_test.go index 0d94744..b4e0b63 100644 --- a/cephfs/admin/clone_test.go +++ b/cephfs/admin/clone_test.go @@ -143,6 +143,10 @@ func TestCloneSubVolumeSnapshot(t *testing.T) { } func TestCancelClone(t *testing.T) { + if serverVersion == cephQuincy { + t.Skipf("temporarily disabled on quincy: very flaky") + } + fsa := getFSAdmin(t) volume := "cephfs" group := "Park"