mirror of
https://github.com/ceph/go-ceph
synced 2025-01-28 17:12:54 +00:00
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:
parent
747dd7274b
commit
63370f4df6
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user