Skip to content

Commit eba9ffe

Browse files
test reuse
1 parent 034b6f3 commit eba9ffe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ktorm-support-oracle/src/test/kotlin/org/ktorm/support/oracle/BaseOracleTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ abstract class BaseOracleTest : BaseTest() {
3636
init {
3737
// Configure the container.
3838
usingSid()
39+
withReuse(true)
3940
withCreateContainerCmdModifier { cmd -> cmd.hostConfig?.withShmSize((1 * 1024 * 1024 * 1024).toLong()) }
4041

4142
// Start the container when it's first used.

0 commit comments

Comments
 (0)