aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Martins <smartins@kde.org>2019-01-31 11:56:58 +0000
committerSergio Martins <smartins@kde.org>2019-01-31 11:56:58 +0000
commit199c2bf26ae73de848e783d5661455319c211961 (patch)
treee7d52909736d39d998dd04a583600a9f31530dad
parentb00c0e22db0361d08b6af26a8bafade5a0ec99be (diff)
reserve-candidates: Blacklist the unit test on macOS
It's broken there. It mostly works but it's not warning for one case. Since this check is deprecated and might be removed let's not bother fixing. There's also a similar check in clang-tidy.
-rw-r--r--tests/reserve-candidates/config.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/reserve-candidates/config.json b/tests/reserve-candidates/config.json
index 7d509fb7..49ed0f4b 100644
--- a/tests/reserve-candidates/config.json
+++ b/tests/reserve-candidates/config.json
@@ -1,4 +1,5 @@
{
+ "blacklist_platforms" : ["darwin"],
"tests" : [
{
"filename" : "main.cpp"