File: tests-skip-testProviderFromMccMnc.diff

package info (click to toggle)
plasma-nm 4%3A6.5.3-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 24,088 kB
  • sloc: cpp: 27,979; sh: 47; xml: 13; makefile: 11
file content (23 lines) | stat: -rw-r--r-- 932 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description: Skip MobileProvidersTest::testProviderFromMccMnc()
 This test relies on mobile-broadband-provider-info version 20240407, and newer
 versions add more data that make the test fail.
 .
 This is discussed upstream, potentially vendoring a static set for the tests
 (see https://invent.kde.org/plasma/plasma-nm/-/merge_requests/452).
Bug: https://bugs.kde.org/show_bug.cgi?id=506217
Bug-Debian: https://bugs.debian.org/1108424
Bug-Debian: https://bugs.debian.org/1121042
Forwarded: not-needed
Author: Pino Toscano <pino@debian.org>
Last-Update: 2025-11-25

--- a/tests/mobileproviderstest.cpp
+++ b/tests/mobileproviderstest.cpp
@@ -44,6 +44,7 @@ void MobileProvidersTest::testProviderFr
 
 void MobileProvidersTest::testProviderFromMccMnc_data()
 {
+    QSKIP("relies on an older version of mobile-broadband-provider-info");
     QTest::addColumn<QString>("mccmnc");
     QTest::addColumn<QStringList>("providerNames");