Reverse disabled tests. (#4646)
This commit is contained in:
parent
cf5470ae58
commit
e4bb254754
|
@ -33,7 +33,6 @@ import ca.uhn.test.concurrency.PointcutLatch;
|
|||
import com.fasterxml.jackson.annotation.JsonProperty;
|
||||
import org.junit.jupiter.api.AfterEach;
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.params.ParameterizedTest;
|
||||
import org.junit.jupiter.params.provider.ValueSource;
|
||||
|
@ -417,7 +416,6 @@ public class Batch2CoordinatorIT extends BaseJpaR4Test {
|
|||
}
|
||||
|
||||
@Test
|
||||
@Disabled("this test is constantly failing on master")
|
||||
public void testUnknownException_KeepsInProgress_CanCancelManually() throws InterruptedException {
|
||||
// setup
|
||||
IJobStepWorker<TestJobParameters, VoidModel, FirstStepOutput> firstStep = (step, sink) -> {
|
||||
|
|
|
@ -132,7 +132,6 @@ public class PartitionedSubscriptionTriggeringR4Test extends BaseSubscriptionsR4
|
|||
}
|
||||
|
||||
@Test
|
||||
@Disabled("the test fails intermittently")
|
||||
public void testCreateSubscriptionInPartitionAndResourceInDifferentPartition() throws Exception {
|
||||
String payload = "application/fhir+json";
|
||||
|
||||
|
|
Loading…
Reference in New Issue