mirror of https://github.com/ceph/go-ceph
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:
parent
146ee24547
commit
6c459dc039
|
@ -143,8 +143,8 @@ func TestCloneSubVolumeSnapshot(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestCancelClone(t *testing.T) {
|
func TestCancelClone(t *testing.T) {
|
||||||
if serverVersion == cephQuincy {
|
if serverVersion == cephQuincy || serverVersion == cephPacfic {
|
||||||
t.Skipf("temporarily disabled on quincy: very flaky")
|
t.Skipf("temporarily disabled on quincy and pacific: very flaky")
|
||||||
}
|
}
|
||||||
|
|
||||||
fsa := getFSAdmin(t)
|
fsa := getFSAdmin(t)
|
||||||
|
|
Loading…
Reference in New Issue