summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.qmake.conf2
-rw-r--r--tests/auto/purchasing/qinappstore/tst_qinappstore.cpp4
2 files changed, 5 insertions, 1 deletions
diff --git a/.qmake.conf b/.qmake.conf
index 690b064..8359d9e 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -1,4 +1,4 @@
load(qt_build_config)
-MODULE_VERSION = 5.8.1
+MODULE_VERSION = 5.9.0
CMAKE_MODULE_TESTS=-
diff --git a/tests/auto/purchasing/qinappstore/tst_qinappstore.cpp b/tests/auto/purchasing/qinappstore/tst_qinappstore.cpp
index 6411fed..1a55a3a 100644
--- a/tests/auto/purchasing/qinappstore/tst_qinappstore.cpp
+++ b/tests/auto/purchasing/qinappstore/tst_qinappstore.cpp
@@ -63,6 +63,10 @@ public slots:
void tst_QInAppStore::registerUnknownProduct()
{
+#ifdef Q_OS_DARWIN
+ QSKIP("This test crashes on macOS. See QTBUG-56786.");
+#endif
+
QInAppStore store(this);
SignalReceiver receiver;