[gui-test] added [GUI_TESTS] group to community testGroups.properties; activate SimpleGitTest back

This commit is contained in:
Sergey Karashevich
2017-03-03 16:01:17 +01:00
parent 9347aa5829
commit faac038688
2 changed files with 4 additions and 2 deletions
@@ -161,4 +161,7 @@ org.jetbrains.idea.maven.inspections.dom.*
com.intellij.tasks.integration.*
[JUNIT_INTEGRATION_TESTS]
com.intellij.junit4.JUnit4IntegrationTest
com.intellij.junit4.JUnit4IntegrationTest
[GUI_TESTS]
com.intellij.testGuiFramework.tests.*
@@ -36,7 +36,6 @@ import static com.intellij.testGuiFramework.matcher.TitleMatcher.withTitleMatche
* @author Sergey Karashevich
*/
@ParentPlugin(pluginId = "Git4Idea")
@Ignore
public class SimpleGitTest extends GitGuiTestCase {
@Test