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");
|