CI: also disable TestCancelClone for pacific

The code causing this issue has been packported to pacific and blocks
the CI. We need to temporarily disable for pacific as well.

Signed-off-by: Sven Anderson <sven@redhat.com>
This commit is contained in:
Sven Anderson 2022-06-29 17:11:51 +09:00 committed by mergify[bot]
parent 146ee24547
commit 6c459dc039
1 changed files with 2 additions and 2 deletions

View File

@ -143,8 +143,8 @@ func TestCloneSubVolumeSnapshot(t *testing.T) {
}
func TestCancelClone(t *testing.T) {
if serverVersion == cephQuincy {
t.Skipf("temporarily disabled on quincy: very flaky")
if serverVersion == cephQuincy || serverVersion == cephPacfic {
t.Skipf("temporarily disabled on quincy and pacific: very flaky")
}
fsa := getFSAdmin(t)