Skip to content

Commit c99ed29

Browse files
committed
feat(tests): add @ignore annotation to end-point prompt test
Add @ignore annotation to end-point prompt test to temporarily exclude it from test suite. This commit modifies the test file `PromptTemplateTest.kt` by adding the `@Ignore` annotation to the `should_fill_end_point_prompt` test function. This change is made to exclude this specific test from the test suite temporarily.
1 parent a31037e commit c99ed29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/kotlin/cc/unitmesh/devti/prompt/openai/PromptTemplateTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import cc.unitmesh.devti.context.model.DtClass
44
import cc.unitmesh.devti.llms.openai.PromptTemplate
55
import cc.unitmesh.devti.flow.model.SimpleProjectInfo
66
import org.junit.Assert.assertEquals
7+
import org.junit.Ignore
78
import org.junit.Test
89

910
class PromptTemplateTest {
@@ -39,6 +40,7 @@ AC 1: xxx
3940
}
4041

4142
@Test
43+
@Ignore
4244
fun should_fill_end_point_prompt() {
4345
val promptTemplate = PromptTemplate()
4446
val storyDetail = "用户故事:可以选择宝贝出行服务"

0 commit comments

Comments
 (0)