Skip to content

Commit 5dd52b6

Browse files
committed
add junit method order to image heap
1 parent 44a29f1 commit 5dd52b6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/resources/META-INF/native-image/com.google.cloud/google-cloud-spanner-jdbc/native-image.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ Args = --initialize-at-build-time==com.google.cloud.spanner.IntegrationTestEnv,\
1010
com.google.spanner.admin.database.v1.DatabaseDialect$1,\
1111
org.junit.runners.MethodSorters,\
1212
org.junit.runners.Parameterized,\
13-
org.junit.runner.RunWith,\
13+
org.junit.runner.RunWith,\
14+
org.junit.FixMethodOrder,\
15+
java.lang.annotation.Annotation

src/test/resources/META-INF/native-image/com.google.cloud/google-cloud-spanner-jdbc/native-image.properties

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)