aboutsummaryrefslogtreecommitdiffstats
path: root/community/ofono/skip-broken-test.patch
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2019-11-07 12:12:02 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-12 05:42:36 -0300
commitf69e5c19191bd098bded41798f6c2834930be85e (patch)
tree07a1690ba0c58436d73ddfa452322aaf4665123c /community/ofono/skip-broken-test.patch
parent321c84716168d43fb2fa046c3d691737a335bbb6 (diff)
downloadaports-f69e5c19191bd098bded41798f6c2834930be85e.tar.bz2
aports-f69e5c19191bd098bded41798f6c2834930be85e.tar.xz
community/ofono: move from testing
Diffstat (limited to 'community/ofono/skip-broken-test.patch')
-rw-r--r--community/ofono/skip-broken-test.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/ofono/skip-broken-test.patch b/community/ofono/skip-broken-test.patch
new file mode 100644
index 0000000000..baa6588428
--- /dev/null
+++ b/community/ofono/skip-broken-test.patch
@@ -0,0 +1,12 @@
+diff --git a/unit/test-stkutil.c b/unit/test-stkutil.c.new
+index c595ac1c03..38e9455ba3 100644
+--- a/unit/test-stkutil.c
++++ b/unit/test-stkutil.c.new
+@@ -313,6 +313,7 @@ static inline void check_tone(const ofono_bool_t command,
+ static inline void check_ussd(const struct stk_ussd_string *command,
+ const char *test)
+ {
++ return; // Test currently broken
+ char *utf8 = ussd_decode(command->dcs, command->len, command->string);
+ check_common_text(utf8, test);
+ g_free(utf8);