From 094d997cf12ee8b46d509ff26bb032157e1dc977 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Fri, 19 Jan 2024 11:50:51 +0100 Subject: [PATCH] test to ensure CI checks will fail when they should Signed-off-by: Matthieu Gallien --- test/testcookies.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/testcookies.cpp b/test/testcookies.cpp index eead47953384f..6466e18578739 100644 --- a/test/testcookies.cpp +++ b/test/testcookies.cpp @@ -17,6 +17,7 @@ class TestCookies : public QObject private slots: void testCookies() { + QVERIFY(false); QTemporaryDir tmp; const QString nonexistingPath = tmp.filePath("someNonexistingDir/test.db"); QNetworkCookie cookieA = QNetworkCookie("foo", "bar");