summaryrefslogtreecommitdiff
path: root/tests/testboundaries_ucd.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-07-30 11:52:25 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-07-30 12:31:09 -0400
commit440f9c2609b7f5f9d8f65619b029a5eb660de88b (patch)
tree333a57ad9e5fff59655a287ac7e13ff2fe04e57e /tests/testboundaries_ucd.c
parent948e0b0cb5319adfa956f08c40dd1ea85855a424 (diff)
downloadpango-440f9c2609b7f5f9d8f65619b029a5eb660de88b.tar.gz
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.
Diffstat (limited to 'tests/testboundaries_ucd.c')
-rw-r--r--tests/testboundaries_ucd.c2
1 files changed, 2 insertions, 0 deletions
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;
}