Skip to content

Commit a7c66a8

Browse files
authored
Merge pull request #534 from xcp-ng/pcoval/review/master
Mark Broken tests Recent CI runs shown that some tests can not work as expected , instead of disabling them on cmdline, it thought it's better to keep trace of status, until they are fixed again.
2 parents 9c68191 + e58c592 commit a7c66a8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

jobs.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -570,6 +570,10 @@ class JobData(TypedDict):
570570
BROKEN_TESTS = [
571571
# not really broken but has complex prerequisites (3 NICs on 3 different networks)
572572
"tests/migration/test_host_evacuate.py::TestHostEvacuateWithNetwork",
573+
# needs maintenance (fail on xfs)
574+
"tests/storage/glusterfs",
575+
# needs Fibre Channel host bus adapter (HBA)
576+
"tests/storage/lvmohba",
573577
# running quicktest on zfsvol generates dangling TAP devices that are hard to
574578
# cleanup. Bug needs to be fixed before enabling quicktest on zfsvol.
575579
"tests/storage/zfsvol/test_zfsvol_sr.py::TestZfsvolVm::test_quicktest",

0 commit comments

Comments
 (0)