Skip to content

Commit

Permalink
cephfs admin: remove test skip in TestCancelClone
Browse files Browse the repository at this point in the history
This will re-enable the test case on ceph quincy.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
  • Loading branch information
phlogistonjohn authored and mergify[bot] committed Dec 5, 2022
1 parent 1c78570 commit c9e7fcc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cephfs/admin/clone_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c9e7fcc

Please sign in to comment.