Skip to content

Commit 50378f5

Browse files
committed
Disable test on CI
1 parent 835d44d commit 50378f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chat-server/src/test/kotlin/com/rogervinas/ChatServerApplicationTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ import java.util.UUID
3939
@ActiveProfiles("test", "ollama")
4040
@TestMethodOrder(MethodOrderer.OrderAnnotation::class)
4141
@Testcontainers
42+
@DisabledIfCI
4243
class ChatServerApplicationTest {
4344

4445
companion object {

0 commit comments

Comments
 (0)