Added to no-ci group to avoid rate limits
This commit is contained in:
parent
66ca972b9b
commit
4fcdce5229
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class ChatGptTest : LocalProperties() {
|
||||||
.hasNoCause()
|
.hasNoCause()
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test(groups = ["modules"])
|
@Test(groups = ["modules", "no-ci"])
|
||||||
fun testChat() {
|
fun testChat() {
|
||||||
val apiKey = getProperty(ChatGpt.CHATGPT_API_KEY)
|
val apiKey = getProperty(ChatGpt.CHATGPT_API_KEY)
|
||||||
assertThat(
|
assertThat(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue