Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit efca282

Browse files
committedAug 7, 2023
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)
Please sign in to comment.