Skip to content

Commit 0e2a259

Browse files
committed
Fix CI
1 parent c496dbd commit 0e2a259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,7 @@
11141114
<artifactId>maven-surefire-plugin</artifactId>
11151115
<configuration>
11161116
<includes>
1117-
<include>org.apache.shardingsphere.test.natived.**</include>
1117+
<include>org.apache.shardingsphere.test.natived.jdbc.databases.FirebirdTest</include>
11181118
</includes>
11191119
</configuration>
11201120
</plugin>

0 commit comments

Comments
 (0)