Skip to content

Commit

Permalink
fix: SearchTest
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Jul 19, 2024
1 parent e80e572 commit 40e3116
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/kotlin/xyz/cssxsh/bilibili/SearchTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ internal class SearchTest : ApiTest() {
}

@Test
@org.junit.jupiter.api.condition.DisabledIfEnvironmentVariable(named = "CI", matches = "true")
fun `search live room`(): Unit = runBlocking {
val search = client.searchLiveRoom(keyword = "音悦台")
assertFalse(search.result.isEmpty())
Expand Down

0 comments on commit 40e3116

Please sign in to comment.