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:
Oliver Smith 2018-12-22 09:14:43 +01:00
parent 3fe8d0e053
commit 968bb4ed37
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -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 \