Skip to content

Commit efca282

Browse files
committed
Disable test with complex array element type constraint
1 parent 47d969c commit efca282

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

usvm-jvm/src/test/kotlin/org/usvm/samples/casts/InstanceOfExampleTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ internal class InstanceOfExampleTest : JavaMethodTestRunner() {
258258
}
259259

260260
@Test
261+
@Disabled("Some properties were not discovered at positions (from 0): [4]. Support connection between array and element type")
261262
fun testComplicatedInstanceOf() {
262263
checkDiscoveredProperties(
263264
InstanceOfExample::complicatedInstanceOf,

0 commit comments

Comments
 (0)