Author: jjankovi
Date: 2012-10-01 06:52:25 -0400 (Mon, 01 Oct 2012)
New Revision: 44167
Modified:
trunk/archives/tests/org.jboss.tools.archives.ui.bot.test/src/org/jboss/tools/archives/ui/bot/test/ArchivesSupportTest.java
Log:
ignore test in archive - maybe will no be implemented ever JBIDE-12697
Modified:
trunk/archives/tests/org.jboss.tools.archives.ui.bot.test/src/org/jboss/tools/archives/ui/bot/test/ArchivesSupportTest.java
===================================================================
---
trunk/archives/tests/org.jboss.tools.archives.ui.bot.test/src/org/jboss/tools/archives/ui/bot/test/ArchivesSupportTest.java 2012-10-01
10:41:16 UTC (rev 44166)
+++
trunk/archives/tests/org.jboss.tools.archives.ui.bot.test/src/org/jboss/tools/archives/ui/bot/test/ArchivesSupportTest.java 2012-10-01
10:52:25 UTC (rev 44167)
@@ -3,6 +3,7 @@
import org.jboss.tools.archives.ui.bot.test.explorer.ProjectArchivesExplorer;
import org.jboss.tools.ui.bot.ext.entity.JavaProjectEntity;
import org.junit.BeforeClass;
+import org.junit.Ignore;
import org.junit.Test;
/**
@@ -39,7 +40,8 @@
archiveExplorerExists(project));
}
-
+ // JBIDE-12697 - maybe will not be implemented ever
+ @Ignore
@Test
public void testReAddingArchiveSupport() {