From 440f9c2609b7f5f9d8f65619b029a5eb660de88b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 30 Jul 2020 11:52:25 -0400 Subject: testsuite: Don't use g_test_skip meson 0.55 considers tests using it to be FAIL. I disagree, but lets quietly skip until 0.55.1 is available. --- tests/testboundaries_ucd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/testboundaries_ucd.c') diff --git a/tests/testboundaries_ucd.c b/tests/testboundaries_ucd.c index 18ab94cc..1f0276e6 100644 --- a/tests/testboundaries_ucd.c +++ b/tests/testboundaries_ucd.c @@ -232,7 +232,9 @@ do_test (const gchar *filename, channel = g_io_channel_new_file (filename, "r", &error); if (g_error_matches (error, G_FILE_ERROR, G_FILE_ERROR_NOENT)) { +#if 0 g_test_skip ("Test file not found"); +#endif return; } -- cgit v1.2.1