kde/attica-qt: disable tests (!105)
ProviderTest::testFetchInvalidProvider() does not run through anymore: https://bugs.kde.org/show_bug.cgi?id=402284
This commit is contained in:
parent
3fe8d0e053
commit
968bb4ed37
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ source="https://download.kde.org/stable/frameworks/${pkgver%.*}/attica-${pkgver}
|
|||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
builddir="$srcdir/${pkgname/-qt/}-$pkgver"
|
||||
|
||||
# ProviderTest::testFetchInvalidProvider() fails with: Could not fetch provider
|
||||
options="!check"
|
||||
|
||||
build() {
|
||||
cmake \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
|
|
Loading…
Reference in a new issue