Skip a test that fails when the number of
authorGraham Inggs <ginggs@debian.org>
Thu, 3 Jul 2025 17:08:48 +0000 (19:08 +0200)
committerAurélien COUDERC <coucouf@debian.org>
Thu, 3 Jul 2025 17:08:48 +0000 (19:08 +0200)
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

tests/mobileproviderstest.cpp

index 4fa661160928054a94b9222d0fabe52920692d0e..43f87ea5cbc9519d012b2844ecafa5ec033cbbfb 100644 (file)
@@ -48,7 +48,7 @@ void MobileProvidersTest::testProviderFromMccMnc_data()
     QTest::addColumn<QStringList>("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"};
 }