diff mbox series

[v3,7/8] RFC iotests: Disable 209 on OpenBSD

Message ID 20190205001835.25660-8-philmd@redhat.com (mailing list archive)
State New, archived
Headers show
Series OpenBSD: Block layer fixes (was 'Enable qtesting') | expand

Commit Message

Philippe Mathieu-Daudé Feb. 5, 2019, 12:18 a.m. UTC
This test simply hangs with no information on OpenBSD.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
 tests/qemu-iotests/209 | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/tests/qemu-iotests/209 b/tests/qemu-iotests/209
index 259e991ec6..7eb41e4363 100755
--- a/tests/qemu-iotests/209
+++ b/tests/qemu-iotests/209
@@ -23,6 +23,7 @@  from iotests import qemu_img_create, qemu_io, qemu_img_verbose, qemu_nbd, \
                     file_path
 
 iotests.verify_image_format(supported_fmts=['qcow2'])
+iotests.verify_platform(unsupported_oses=['openbsd']) # FIXME
 
 disk, nbd_sock = file_path('disk', 'nbd-sock')
 nbd_uri = 'nbd+unix:///exp?socket=' + nbd_sock