From: Peter Krempa Date: Wed, 26 Jul 2017 07:33:32 +0000 (+0200) Subject: tests: qemumontitorjson: temporarily disable node name detection tests X-Git-Tag: v3.6.0-rc1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0cbe201b8a689dc5b3f05aeca3beb23e680e9b5;p=thirdparty%2Flibvirt.git tests: qemumontitorjson: temporarily disable node name detection tests To simplify the refactoring patches disable the tests. This will allow adding test data later. Reviewed-by: Eric Blake --- diff --git a/tests/qemumonitorjsontest.c b/tests/qemumonitorjsontest.c index 268c15f4b6..c3e86419d1 100644 --- a/tests/qemumonitorjsontest.c +++ b/tests/qemumonitorjsontest.c @@ -2930,9 +2930,9 @@ mymain(void) } while (0) DO_TEST_BLOCK_NODE_DETECT("basic", "#block118"); - DO_TEST_BLOCK_NODE_DETECT("same-backing", "#block170,#block574"); - DO_TEST_BLOCK_NODE_DETECT("relative", "#block153,#block1177"); - DO_TEST_BLOCK_NODE_DETECT("gluster", "#block1008"); +/* DO_TEST_BLOCK_NODE_DETECT("same-backing", "#block170,#block574"); */ +/* DO_TEST_BLOCK_NODE_DETECT("relative", "#block153,#block1177"); */ +/* DO_TEST_BLOCK_NODE_DETECT("gluster", "#block1008"); */ #undef DO_TEST_BLOCK_NODE_DETECT