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 <eblake@redhat.com>
This commit is contained in:
Peter Krempa 2017-07-26 09:33:32 +02:00
parent e3b0eb5b1c
commit f0cbe201b8
1 changed files with 3 additions and 3 deletions

View File

@ -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