tests: qemuxml2argv: remove validation warning

This warning is emitted for pretty much every test case,
making it hard to see what the actual error is.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
Ján Tomko 2021-11-03 09:25:20 +01:00
parent cf0c9e1865
commit 20ccc19a3c

View File

@ -527,8 +527,6 @@ testCompareXMLToArgvValidateSchemaCommand(GStrv args,
}
if (*curargs != '{') {
VIR_TEST_DEBUG("skipping validation of '%s': argument is not JSON",
command->name);
arg++;
break;
}