mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Disable the 'extra data' test for now
This commit is contained in:
parent
b4a61235da
commit
b8ff287167
@ -319,7 +319,10 @@ main (int argc,
|
|||||||
g_test_add_func ("/gdbus/introspection-parser", test_introspection_parser);
|
g_test_add_func ("/gdbus/introspection-parser", test_introspection_parser);
|
||||||
g_test_add_func ("/gdbus/introspection-generate", test_generate);
|
g_test_add_func ("/gdbus/introspection-generate", test_generate);
|
||||||
g_test_add_func ("/gdbus/introspection-default-direction", test_default_direction);
|
g_test_add_func ("/gdbus/introspection-default-direction", test_default_direction);
|
||||||
|
#if 0
|
||||||
|
/* need to figure out how generous we want to be here */
|
||||||
g_test_add_func ("/gdbus/introspection-extra-data", test_extra_data);
|
g_test_add_func ("/gdbus/introspection-extra-data", test_extra_data);
|
||||||
|
#endif
|
||||||
|
|
||||||
return g_test_run();
|
return g_test_run();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user