Remove test on coverage
This commit is contained in:
parent
749334493b
commit
31e882eb42
1 changed files with 0 additions and 9 deletions
|
@ -47,15 +47,6 @@ class ChatGpt2Test : LocalProperties() {
|
||||||
.hasNoCause()
|
.hasNoCause()
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
|
||||||
fun testChatOnCoverage() {
|
|
||||||
if (System.getenv("CI") == null || System.getenv("COVERAGE_JDK") != null) {
|
|
||||||
assertThat(
|
|
||||||
ChatGpt2.chat("how do I encode a URL in java?", getProperty(ChatGpt2.API_KEY_PROP), 60)
|
|
||||||
).contains("URLEncoder")
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@DisableOnCi
|
@DisableOnCi
|
||||||
fun testChat() {
|
fun testChat() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue