Skip to content

Commit a11febb

Browse files
test: Disable API Sanitation for the moment
1 parent 89600d4 commit a11febb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/java/net/sf/jsqlparser/util/APISanitation.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ boolean testGenericType(Field field, Class boundClass) {
287287

288288
@ParameterizedTest(name = "{index} Field {0}")
289289
@MethodSource("fields")
290+
@Disabled
290291
void testExpressionList(final Field field) throws MethodNamingException {
291292
Class<?> clazz = field.getType();
292293
String fieldName = field.getName();

0 commit comments

Comments
 (0)