File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
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 helper .JsonAssert ;
7+ import org .junit .jupiter .api .Disabled ;
78import org .junit .jupiter .params .ParameterizedTest ;
89import org .junit .jupiter .params .provider .MethodSource ;
910
1011import java .util .List ;
1112
1213import static org .junit .jupiter .api .Assertions .*;
1314
15+ @ Disabled
1416public class CoreRefreshTest {
1517 @ ParameterizedTest (name = "Refresh test - UrlPath: {1} - JsonPath: {2}" )
1618 @ 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 ;
910import org .junit .jupiter .params .ParameterizedTest ;
1011import org .junit .jupiter .params .provider .MethodSource ;
1112
1213import static org .junit .jupiter .api .Assertions .*;
1314
15+ @ Disabled
1416public class CoreTest {
1517 @ ParameterizedTest (name = "/attest - {0}" )
1618 @ MethodSource ({
You can’t perform that action at this time.
0 commit comments