From: Graham Inggs Date: Thu, 3 Jul 2025 17:08:48 +0000 (+0200) Subject: Skip a test that fails when the number of X-Git-Tag: archive/raspbian/4%6.3.4-2+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4b10dbca5ef7c94ca0e9cc09c583de1d5d872303;p=plasma-nm.git Skip a test that fails when the number of Bug: https://bugs.kde.org/show_bug.cgi?id=506217 Bug-Debian: https://bugs.debian.org/1108424 Forwarded: not-needed Last-Update: 2025-07-02 providers having MCC/MNC equal to 262/03 changes Gbp-Pq: Name skip-providers-test.patch --- diff --git a/tests/mobileproviderstest.cpp b/tests/mobileproviderstest.cpp index 4fa6611..43f87ea 100644 --- a/tests/mobileproviderstest.cpp +++ b/tests/mobileproviderstest.cpp @@ -48,7 +48,7 @@ void MobileProvidersTest::testProviderFromMccMnc_data() QTest::addColumn("providerNames"); QTest::newRow("Aldi 1") << "26277" << QStringList{"AldiTalk/MedionMobile", "blau.de", "E-Plus", "simyo Internet"}; - QTest::newRow("Aldi 2") << "26203" << QStringList{"AldiTalk/MedionMobile", "blau.de", "E-Plus", "simyo Internet"}; +// QTest::newRow("Aldi 2") << "26203" << QStringList{"AldiTalk/MedionMobile", "blau.de", "E-Plus", "simyo Internet"}; QTest::newRow("Vodafone CZ") << "23003" << QStringList{"Vodafone"}; QTest::newRow("1&1") << "26202" << QStringList{"Bild Mobil", "Vodafone", "1&1"}; }