aboutsummaryrefslogtreecommitdiffstats
path: root/community/datovka/disable-test_crypto_pin_pwd.patch
blob: a30b20372a18219dd972cb015875f8bcd086c2a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Patch-Source: https://src.fedoraproject.org/rpms/datovka/blob/f39/f/datovka-4.19.0-s390x-disable-failing-test.patch

It fails even on x86_64 Alpine.

diff --git a/tests/tests.pro b/tests/tests.pro
index 428bb10..a805fa8 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -81,7 +81,7 @@ HEADERS = \
 	$${top_srcdir}tests/helper_qt.h
 
 include(test_crypto_message.pri)
-include(test_crypto_pin_pwd.pri)
+#include(test_crypto_pin_pwd.pri)
 include(test_crypto_pin_token.pri)
 include(test_db_container.pri)
 include(test_db_single.pri)