Reverse disabled tests. (#4646)

This commit is contained in:
Luke deGruchy 2023-03-15 10:58:08 -04:00 committed by GitHub
parent cf5470ae58
commit e4bb254754
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 3 deletions

View File

@ -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) -> {

View File

@ -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";