From 51b3f1da0b0713905893812e82fdc1e0aac6ceaa Mon Sep 17 00:00:00 2001 From: Narayan Kamath Date: Tue, 26 Apr 2016 11:03:38 +0000 Subject: [PATCH] Revert "old-cts: Add testng and libcoreoj test support" This reverts commit 1d4ad6a52724eee2f85b07e113909505d6c26ea0. This topic has been reverted because it causes build flakiness and bogus verification failures on most active changes. Change-Id: I4a935c9a861e063e28ddc1c35bc3fa015174e81d --- core/tasks/old-cts.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/tasks/old-cts.mk b/core/tasks/old-cts.mk index 70a639444..904f5b2c1 100644 --- a/core/tasks/old-cts.mk +++ b/core/tasks/old-cts.mk @@ -65,9 +65,7 @@ CTS_CORE_CASE_LIST += \ CTS_TEST_JAR_LIST := \ cts-junit \ - CtsJdwp \ - cts-testng \ - CtsLibcoreOj + CtsJdwp # Depend on the full package paths rather than the phony targets to avoid # rebuilding the packages every time.