mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
glib/tests: skip a failing test with a FIXME
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
20f8007f73
commit
56405a2fda
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user