fixing problem with TaxonServiceImplTest which ocurred only on my machine. The test...
[cdmlib.git] / cdmlib-services / src / test / java / eu / etaxonomy / cdm / api / service / MediaServiceImplTest.java
1
2 package eu.etaxonomy.cdm.api.service;
3
4
5 import org.junit.Ignore;
6
7 import eu.etaxonomy.cdm.test.integration.CdmIntegrationTest;
8
9 /**
10 * NOTE: Removing MediaServiceImplTest led to problems with term loading, especially
11 * eu.etaxonomy.cdm.api.service.TaxonServiceImplTest.testMakeTaxonSynonym() is failing.
12 * Therefore we kept this dummy class.
13 * It is still unclear what the reason is. See ticket #2397
14 *
15 */
16 @Ignore
17 public class MediaServiceImplTest extends CdmIntegrationTest{
18
19 }