From 58e4046cbd5359fc6d91e45405b84862d8e72a29 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 30 Jan 2021 13:10:46 +0200 Subject: [PATCH] test-mu-query: fix MacOS compilation --- mu/test-mu-query.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu/test-mu-query.cc b/mu/test-mu-query.cc index e978e0e7..dd0c72f5 100644 --- a/mu/test-mu-query.cc +++ b/mu/test-mu-query.cc @@ -598,7 +598,7 @@ test_mu_query_threads_compilation_error (void) #ifndef __linux__ // seems this test fails on MacOS sometimes... cannot investigate right now. #warning investigate failing test - g_test_skip(); + g_test_skip("skip test that fails on MacOS"); return; #endif