From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1024370-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 60D8E1382C5
	for <garchives@archives.gentoo.org>; Wed, 16 May 2018 09:54:47 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 624EFE08E2;
	Wed, 16 May 2018 09:54:46 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 403CAE08E2
	for <gentoo-commits@lists.gentoo.org>; Wed, 16 May 2018 09:54:46 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 37AAA335C72
	for <gentoo-commits@lists.gentoo.org>; Wed, 16 May 2018 09:54:45 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 06A6143
	for <gentoo-commits@lists.gentoo.org>; Wed, 16 May 2018 09:54:43 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org>
Message-ID: <1526464470.c88ee8d34e77674c5241a095ae051f36f961ddd6.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-desktop/
X-VCS-Repository: repo/gentoo
X-VCS-Files: kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild
X-VCS-Directories: kde-plasma/plasma-desktop/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: c88ee8d34e77674c5241a095ae051f36f961ddd6
X-VCS-Branch: master
Date: Wed, 16 May 2018 09:54:43 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 6b117f0c-ee6b-44ce-8a90-b92943225258
X-Archives-Hash: 754dafcae2044b2249bc4f805a3b6aa8

commit:     c88ee8d34e77674c5241a095ae051f36f961ddd6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 16 09:53:53 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 16 09:54:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c88ee8d3

kde-plasma/plasma-desktop: Disable another broken test...

Bug: https://bugs.gentoo.org/646890
Package-Manager: Portage-2.3.36, Repoman-2.3.9

 kde-plasma/plasma-desktop/plasma-desktop-5.12.5.ebuild | 4 ++--
 1 file 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 9329a4c6a0c..845adb943b3 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 fail, foldermodeltest hangs, bug #646890
+	# parallel tests fail, foldermodeltest,positionertest hang, bug #646890
 	# needs D-Bus, bug #634166
 	local myctestargs=(
 		-j1
-		-E "(foldermodeltest|test_kio_fonts)"
+		-E "(foldermodeltest|positionertest|test_kio_fonts)"
 	)
 
 	kde5_src_test