From 4b10dbca5ef7c94ca0e9cc09c583de1d5d872303 Mon Sep 17 00:00:00 2001 From: Graham Inggs Date: Thu, 3 Jul 2025 19:08:48 +0200 Subject: [PATCH] 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 --- tests/mobileproviderstest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}; } -- 2.30.2