File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed 
utbot-framework-test/src/test/kotlin/org/utbot/examples Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,7 @@ internal class ArrayOfArraysTest : UtValueTestCaseChecker(testClass = ArrayOfArr
179179    }
180180
181181    @Test
182+     @Disabled(" Seems not aligning with ksmt version used in USVM" 
182183    fun  testReallyMultiDimensionalArray () {
183184        check(
184185            ArrayOfArrays ::reallyMultiDimensionalArray,
@@ -205,6 +206,7 @@ internal class ArrayOfArraysTest : UtValueTestCaseChecker(testClass = ArrayOfArr
205206    }
206207
207208    @Test
209+     @Disabled(" Seems not aligning with ksmt version used in USVM" 
208210    fun  testReallyMultiDimensionalArrayMutation () {
209211        checkParamsMutations(
210212            ArrayOfArrays ::reallyMultiDimensionalArray,
Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ class MapEntrySetTest : UtValueTestCaseChecker(
143143
144144
145145    @Test
146+     @Disabled(" Seems not aligning with ksmt version used in USVM" 
146147    fun  testIterateWithIterator () {
147148        withPushingStateFromPathSelectorForConcrete {
148149            checkWithException(
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ class ClassWithEnumTest : UtValueTestCaseChecker(testClass = ClassWithEnum::clas
4646    }
4747
4848    @Test
49+     @Disabled(" Seems not aligning with ksmt version used in USVM" 
4950    fun  testNullParameter () {
5051        check(
5152            ClassWithEnum ::nullEnumAsParameter,
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments