From b36a23ea5cee77ea3f260442eeb1f0113cac22ab Mon Sep 17 00:00:00 2001 From: "sergey.ignatov" Date: Tue, 25 Dec 2018 02:08:44 +0300 Subject: [PATCH] fix the debugger group --- platform/testFramework/testSrc/tests/testGroups.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/testFramework/testSrc/tests/testGroups.properties b/platform/testFramework/testSrc/tests/testGroups.properties index ee5f547035da..9f93e3a44355 100644 --- a/platform/testFramework/testSrc/tests/testGroups.properties +++ b/platform/testFramework/testSrc/tests/testGroups.properties @@ -151,13 +151,13 @@ org.jetbrains.jps.* com.intellij.java.compiler.* org.jetbrains.jps.intellilang.instrumentation.* -org.jetbrains.jps.android.* --com.intellij.debugger.impl.CaptureWithAgentTest [GROOVY_COMPILER_TESTS] org.jetbrains.plugins.groovy.compiler.* [DEBUGGER_TESTS] com.intellij.debugger.streams.* +-com.intellij.debugger.impl.CaptureWithAgentTest [CONCURRENCY_TESTS] com.intellij.concurrency.*