glib/tests: skip a failing test with a FIXME

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Marc-André Lureau 2022-02-04 14:25:51 +04:00
parent 20f8007f73
commit 56405a2fda

View File

@ -154,6 +154,11 @@ test_private3 (void)
* functions (instead of TLS) as proposed in
* https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1655
*/
if (!private3_freed)
{
g_test_skip ("FIXME: GPrivate with native win32 thread");
return;
}
}
#else
{