Skip to content

Commit 9515b06

Browse files
ignore unstable test
1 parent 1e77fdf commit 9515b06

File tree

1 file changed

+2
-0
lines changed
  • ktorm-support-oracle/src/test/kotlin/org/ktorm/support/oracle

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package org.ktorm.support.oracle
22

33
import org.junit.ClassRule
4+
import org.junit.Ignore
45
import org.junit.Test
56
import org.ktorm.BaseTest
67
import org.ktorm.database.Database
@@ -148,6 +149,7 @@ class OracleTest : BaseTest() {
148149
}
149150

150151
@Test
152+
@Ignore
151153
fun testSelectForUpdate() {
152154
database.useTransaction(isolation = TransactionIsolation.SERIALIZABLE) {
153155
val employee = database

0 commit comments

Comments
 (0)