summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2020-07-01 16:11:25 +0100
committerMike Krus <mike.krus@kdab.com>2020-07-01 20:02:54 +0100
commit16df56eba228c4c2003d09895413272ff16bbb4b (patch)
tree211b56a649d0cef63e80c38bae25dd4899ecb434 /tests
parentebf4489a06a32147286b13a043197ba0e88576be (diff)
Disable test on the mac
Task-number: QTBUG-85071 Change-Id: I6ac655d42961186f1ec0737d3cdd14bde553b688 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/render/uniform/tst_uniform.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/render/uniform/tst_uniform.cpp b/tests/auto/render/uniform/tst_uniform.cpp
index d7775eb62..287c0cf11 100644
--- a/tests/auto/render/uniform/tst_uniform.cpp
+++ b/tests/auto/render/uniform/tst_uniform.cpp
@@ -348,6 +348,9 @@ private Q_SLOTS:
void checkComparison()
{
+#ifdef Q_OS_MACOS
+ QSKIP("Ignoring on the mac for now, crashes in 10.14");
+#endif
// GIVEN
const UniformValue v1(Vector3D(454.0f, 883.0f, 572.0f));
UniformValue v2(454.0f);