From 2b7e335b71be573fc6dc336f8e92511baeeaa31f Mon Sep 17 00:00:00 2001 From: "Vladislav.Soroka" Date: Wed, 15 Jul 2015 16:43:15 +0300 Subject: [PATCH] gradle: tooling integration tests moved to GRADLE_INTEGRATION_TESTS group --- community-tests/src/tests/testGroups.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/community-tests/src/tests/testGroups.properties b/community-tests/src/tests/testGroups.properties index 598ddc48ce04..718f7c91366f 100644 --- a/community-tests/src/tests/testGroups.properties +++ b/community-tests/src/tests/testGroups.properties @@ -95,6 +95,7 @@ com.android.tools.idea.gradle.service.notification.errors.UnknownHostErrorHandle [GRADLE_INTEGRATION_TESTS] org.jetbrains.plugins.gradle.importing.* org.jetbrains.plugins.gradle.compiler.* +org.jetbrains.plugins.gradle.tooling.builder.* [MAVEN_INTEGRATION_TESTS] org.jetbrains.idea.maven.importing.*