From 4fcdce522938dff23090504b733a7c5ebe2b4bbe Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Thu, 12 Jan 2023 10:27:01 -0800 Subject: [PATCH] Added to no-ci group to avoid rate limits --- src/test/kotlin/net/thauvin/erik/mobibot/modules/ChatGptTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/kotlin/net/thauvin/erik/mobibot/modules/ChatGptTest.kt b/src/test/kotlin/net/thauvin/erik/mobibot/modules/ChatGptTest.kt index b861c55..98f0052 100644 --- a/src/test/kotlin/net/thauvin/erik/mobibot/modules/ChatGptTest.kt +++ b/src/test/kotlin/net/thauvin/erik/mobibot/modules/ChatGptTest.kt @@ -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(