diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-13 19:52:19 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-13 20:58:02 +0200 |
commit | 294e9b59c4cfea3f03ec96a85f1f1080c7adbf7f (patch) | |
tree | 603cdae5a9c04934163976137b54a28964260f26 /kde-plasma | |
parent | virtual/libmysqlclient: Drop hppa and sparc to ~arch (diff) | |
download | gentoo-294e9b59c4cfea3f03ec96a85f1f1080c7adbf7f.tar.gz gentoo-294e9b59c4cfea3f03ec96a85f1f1080c7adbf7f.tar.bz2 gentoo-294e9b59c4cfea3f03ec96a85f1f1080c7adbf7f.zip |
kde-plasma/plasma-desktop: Disable foldermodeltest
Hangs.
Bug: https://bugs.gentoo.org/654740
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild index 649b3d4be611..9329a4c6a0cb 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild @@ -140,11 +140,11 @@ src_configure() { } src_test() { - # parallel tests hang, bug #646890 + # parallel tests fail, foldermodeltest hangs, bug #646890 # needs D-Bus, bug #634166 local myctestargs=( -j1 - -E "(test_kio_fonts)" + -E "(foldermodeltest|test_kio_fonts)" ) kde5_src_test |