Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2013-06-09 16:05:55 +0000
committerEike Stepper2013-06-09 16:05:55 +0000
commite4f0ca5ffd43da0b44813b9305241d5b284e66ea (patch)
treeb9fc0c2d2c79122091ec9be1f9ddc1bdae9d9f0f /plugins
parent887870abdff54bfecb916fe5d4538c3f45edc3d0 (diff)
downloadcdo-e4f0ca5ffd43da0b44813b9305241d5b284e66ea.tar.gz
cdo-e4f0ca5ffd43da0b44813b9305241d5b284e66ea.tar.xz
cdo-e4f0ca5ffd43da0b44813b9305241d5b284e66ea.zip
Temporarily disable Bugzilla_329254_Test because it's instable
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_329254_Test.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_329254_Test.java b/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_329254_Test.java
index 759e9f0d70..c1ad9db3bf 100644
--- a/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_329254_Test.java
+++ b/plugins/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_329254_Test.java
@@ -19,6 +19,8 @@ import org.eclipse.emf.cdo.spi.server.InternalCommitContext;
import org.eclipse.emf.cdo.spi.server.InternalRepository;
import org.eclipse.emf.cdo.spi.server.InternalTransaction;
import org.eclipse.emf.cdo.tests.AbstractCDOTest;
+import org.eclipse.emf.cdo.tests.config.IConfig;
+import org.eclipse.emf.cdo.tests.config.impl.ConfigTest.Requires;
import org.eclipse.emf.cdo.tests.config.impl.RepositoryConfig;
import org.eclipse.emf.cdo.tests.model1.Category;
import org.eclipse.emf.cdo.tests.model1.Company;
@@ -38,6 +40,7 @@ import java.util.concurrent.CountDownLatch;
* @author Pascal Lehmann
* @since 4.0
*/
+@Requires(IConfig.CAPABILITY_UNAVAILABLE)
public class Bugzilla_329254_Test extends AbstractCDOTest
{
private static final String REPOSITORY_NAME = "repo1";

Back to the top