From: Pino Toscano Date: Sat, 11 Apr 2026 16:55:32 +0000 (+0200) Subject: Skip MobileProvidersTest::testProviderFromMccMnc() X-Git-Tag: archive/raspbian/4%6.6.3-3+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=eddd0684f0f63422c27d90803e914ea0fb1c2654;p=plasma-nm.git Skip MobileProvidersTest::testProviderFromMccMnc() 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 Last-Update: 2025-11-25 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). Gbp-Pq: Name tests-skip-testProviderFromMccMnc.diff --- diff --git a/tests/mobileproviderstest.cpp b/tests/mobileproviderstest.cpp index 4fa6611..7b37d7a 100644 --- a/tests/mobileproviderstest.cpp +++ b/tests/mobileproviderstest.cpp @@ -44,6 +44,7 @@ void MobileProvidersTest::testProviderFromMccMnc() void MobileProvidersTest::testProviderFromMccMnc_data() { + QSKIP("relies on an older version of mobile-broadband-provider-info"); QTest::addColumn("mccmnc"); QTest::addColumn("providerNames");