Skip to content

Commit

Permalink
cephfs admin: disable test TestCancelClone on quincy
Browse files Browse the repository at this point in the history
This test feels very flaky, only passing 2-3 times out of ten (by
my vague guesstimate). This needs investigation.
However I don't want to block all of CI against quincy for this this
now.

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

0 comments on commit e0369cd

Please sign in to comment.