Skip to content

Commit a693c41

Browse files
committed
fix broken tests after merging #3376
1 parent 6e3b858 commit a693c41

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lang/java/avro/src/it/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@
9494
<artifactId>maven-surefire-plugin</artifactId>
9595
<version>@maven-surefire-plugin.version@</version>
9696
<configuration>
97+
<systemProperties>
98+
<org.apache.avro.SERIALIZABLE_CLASSES>java.math.BigDecimal,java.math.BigInteger,java.net.URI,java.net.URL,java.io.File,java.lang.Integer,org.apache.avro.reflect.TestReflect$R10</org.apache.avro.SERIALIZABLE_CLASSES>
99+
</systemProperties>
97100
<useModulePath>false</useModulePath>
98101
<failIfNoTests>true</failIfNoTests>
99102
</configuration>

0 commit comments

Comments
 (0)