File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44import com .fasterxml .jackson .databind .JsonNode ;
55import com .fasterxml .jackson .databind .node .ArrayNode ;
66import common .JsonAssert ;
7- import org .junit .jupiter .api .Disabled ;
7+ import org .junit .jupiter .api .condition . EnabledIf ;
88import org .junit .jupiter .params .ParameterizedTest ;
99import org .junit .jupiter .params .provider .MethodSource ;
1010
1111import java .util .List ;
1212
1313import static org .junit .jupiter .api .Assertions .*;
1414
15- @ Disabled
15+ @ EnabledIf ( "helper.EnabledCondition#isLocal" )
1616public class CoreRefreshTest {
1717 @ ParameterizedTest (name = "Refresh test - UrlPath: {1} - JsonPath: {2}" )
1818 @ MethodSource ({"suite.core.TestData#refreshArgs" , "suite.core.TestData#refreshArgsEncrypted" })
Original file line number Diff line number Diff line change 66import com .uid2 .shared .attest .JwtService ;
77import com .uid2 .shared .attest .JwtValidationResponse ;
88import io .vertx .core .json .JsonObject ;
9- import org .junit .jupiter .api .Disabled ;
9+ import org .junit .jupiter .api .condition . EnabledIf ;
1010import org .junit .jupiter .params .ParameterizedTest ;
1111import org .junit .jupiter .params .provider .MethodSource ;
1212
1313import static org .junit .jupiter .api .Assertions .*;
1414
15- @ Disabled
15+ @ EnabledIf ( "helper.EnabledCondition#isLocal" )
1616public class CoreTest {
1717 @ ParameterizedTest (name = "/attest - {0}" )
1818 @ MethodSource ({
You can’t perform that action at this time.
0 commit comments