diff --git a/platform/testFramework/testResources/tests/testGroups.properties b/platform/testFramework/testResources/tests/testGroups.properties index 0ca62a834f53..e01a8b78d7ff 100644 --- a/platform/testFramework/testResources/tests/testGroups.properties +++ b/platform/testFramework/testResources/tests/testGroups.properties @@ -452,10 +452,15 @@ org.jetbrains.kotlin.idea.compose.k2.* [LS_TESTS] com.jetbrains.ls.* -com.jetbrains.ls.lsp.heavyProjectTest.* +-com.jetbrains.ls.integrationTest.* [LS_PROJECT_TESTS] com.jetbrains.ls.lsp.heavyProjectTest.* +[LS_INTEGRATION_TESTS] +com.jetbrains.ls.integrationTest.* + + [TARGETS_API_INTEGRATION_TESTS] com.intellij.tests.targets.integration.*