File: tests-no-network.diff

package info (click to toggle)
kaidan 0.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,936 kB
  • sloc: cpp: 28,780; xml: 1,453; sh: 521; python: 34; makefile: 5
file content (16 lines) | stat: -rw-r--r-- 608 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Pino Toscano <pino@debian.org>
Description: Disable tests that require networking
 PublicGroupChatSearchManager contacts search.jabber.network for search.
Forwarded: not-needed
Last-Update: 2023-12-16

--- a/tests/PublicGroupChatTest.cpp
+++ b/tests/PublicGroupChatTest.cpp
@@ -135,6 +135,7 @@ private Q_SLOTS:
 
     void testGroupChatSearchManagerAndGroupChatModel()
     {
+        QSKIP("disabled network test");
         PublicGroupChatSearchController manager;
         PublicGroupChatModel model;
         QSignalSpy spyIsRunning(&manager, &PublicGroupChatSearchController::isRunningChanged);