Revision 2a743618
Added by Patrick Plitzner about 4 years ago
eu.etaxonomy.taxeditor.test/src/test/java/eu/etaxonomy/taxeditor/service/ProgressMonitorServiceTest.java | ||
---|---|---|
18 | 18 |
import org.eclipse.core.runtime.SubMonitor; |
19 | 19 |
import org.junit.After; |
20 | 20 |
import org.junit.Assert; |
21 |
import org.junit.Ignore; |
|
22 | 21 |
import org.junit.Test; |
23 | 22 |
|
24 | 23 |
import eu.etaxonomy.cdm.api.application.CdmApplicationState; |
... | ... | |
69 | 68 |
} |
70 | 69 |
|
71 | 70 |
@Test |
72 |
@Ignore |
|
73 | 71 |
public void testMonitLongRunningMethodByChangingUser() throws InterruptedException { |
74 | 72 |
|
75 | 73 |
IllegalStateException ise = new IllegalStateException("IllegalStateException"); |
Also available in: Unified diff
Revert "temporary ignore test for nightly build"
This reverts commit 7fd8d99d2169cbc2614a4de65b090e77d47e939a.