|
@@ -3034,7 +3034,9 @@ int main(int argc, char **argv)
|
|
|
|
|
|
qtest_add_func("/migration/bad_dest", test_baddest);
|
|
qtest_add_func("/migration/bad_dest", test_baddest);
|
|
#ifndef _WIN32
|
|
#ifndef _WIN32
|
|
- qtest_add_func("/migration/analyze-script", test_analyze_script);
|
|
|
|
|
|
+ if (!g_str_equal(arch, "s390x")) {
|
|
|
|
+ qtest_add_func("/migration/analyze-script", test_analyze_script);
|
|
|
|
+ }
|
|
#endif
|
|
#endif
|
|
qtest_add_func("/migration/precopy/unix/plain", test_precopy_unix_plain);
|
|
qtest_add_func("/migration/precopy/unix/plain", test_precopy_unix_plain);
|
|
qtest_add_func("/migration/precopy/unix/xbzrle", test_precopy_unix_xbzrle);
|
|
qtest_add_func("/migration/precopy/unix/xbzrle", test_precopy_unix_xbzrle);
|