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()
|
||||
}
|
||||
|
||||
@Test(groups = ["modules"])
|
||||
@Test(groups = ["modules", "no-ci"])
|
||||
fun testChat() {
|
||||
val apiKey = getProperty(ChatGpt.CHATGPT_API_KEY)
|
||||
assertThat(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue