Skip to content

Commit

Permalink
iotests: Test 041 only works on certain systems
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
huth authored and XanClic committed Feb 6, 2020
1 parent 72b2903 commit 877d18f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/qemu-iotests/041
Expand Up @@ -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'])

0 comments on commit 877d18f

Please sign in to comment.