mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 23:43:39 +02: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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user