Skip to content

Commit 0f6cb1f

Browse files
committed
disable test
1 parent 4352a87 commit 0f6cb1f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

core/src/test/kotlin/org/evomaster/core/search/impact/impactinfocollection/StringSpecializationImpactTest.kt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import org.evomaster.core.search.gene.string.StringGene
66
import org.evomaster.core.search.impact.impactinfocollection.value.StringGeneImpact
77
import org.junit.jupiter.api.Test
88
import org.junit.jupiter.api.Assertions.*
9+
import org.junit.jupiter.api.Disabled
910

1011
/**
1112
* created by manzh on 2020-07-10
@@ -46,7 +47,12 @@ class StringSpecializationImpactTest : GeneImpactTest() {
4647
return MutatedGeneWithContext(current = geneToMutate, previous = original,)
4748
}
4849

50+
/*
51+
impact collection for specialization genes are disabled,
52+
then disable the corresponding test
53+
*/
4954
@Test
55+
@Disabled
5056
fun testSpecialization(){
5157
val g0 = getGene()
5258
val impactG0 = initImpact(g0) as StringGeneImpact

0 commit comments

Comments
 (0)