JUnit jupiter fix for @Disabled tag order. (#3300)

This commit is contained in:
Mark Iantorno 2022-01-13 20:43:56 -05:00 committed by GitHub
parent e6fd5c9807
commit 10dea0796a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -125,6 +125,7 @@ import org.hl7.fhir.r4.model.Substance;
import org.hl7.fhir.r4.model.Task;
import org.hl7.fhir.r4.model.Timing;
import org.hl7.fhir.r4.model.ValueSet;
import org.junit.Ignore;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.BeforeEach;
@ -854,8 +855,8 @@ public class FhirResourceDaoR4SearchNoFtTest extends BaseJpaR4Test {
/**
* Per message from David Hay on Skype
*/
@Test
@Disabled
@Test
public void testEverythingWithLargeSet() throws Exception {
myFhirCtx.setParserErrorHandler(new StrictErrorHandler());