test-mu-query: fix MacOS compilation

This commit is contained in:
Dirk-Jan C. Binnema 2021-01-30 13:10:46 +02:00
parent 7fe8b3fcbf
commit 58e4046cbd
1 changed files with 1 additions and 1 deletions

View File

@ -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