cephfs admin: disable test TestCancelClone on quincy

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 <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2022-04-04 15:44:01 -04:00 committed by mergify[bot]
parent 37ba163aae
commit e0369cdf88
1 changed files with 4 additions and 0 deletions

View File

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