cephfs admin: remove test skip in TestCancelClone

This will re-enable the test case on ceph quincy and pacific.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2022-05-02 14:14:44 -04:00 committed by mergify[bot]
parent 747dd7274b
commit 63370f4df6

View File

@ -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"