mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-28 20:00:38 -07:00
iotests: Test 041 only works on certain systems
041 works fine on Linux, FreeBSD, NetBSD and OpenBSD, but fails on macOS. Let's mark it as only supported on the systems where we know that it is working fine. Reviewed-by: Max Reitz <mreitz@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com> Message-id: 20200121095205.26323-3-thuth@redhat.com Signed-off-by: Max Reitz <mreitz@redhat.com>
This commit is contained in:
parent
72b2903056
commit
877d18f2aa
1 changed files with 2 additions and 1 deletions
|
|
@ -1134,4 +1134,5 @@ class TestOrphanedSource(iotests.QMPTestCase):
|
|||
|
||||
if __name__ == '__main__':
|
||||
iotests.main(supported_fmts=['qcow2', 'qed'],
|
||||
supported_protocols=['file'])
|
||||
supported_protocols=['file'],
|
||||
supported_platforms=['linux', 'freebsd', 'netbsd', 'openbsd'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue