Skip to content

Commit

Permalink
disable test
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Jun 4, 2024
1 parent d100a69 commit b66ff96
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ package com.stefanbratanov.sofiasupermarketsapi.links
import assertk.assertThat
import assertk.assertions.isNotEmpty
import java.net.URL
import org.junit.jupiter.api.Disabled
import org.junit.jupiter.api.Test

internal class TMarketPagesRetrieverTest {

val underTest = TMarketPagesRetriever()

@Test
@Disabled("Accessing the webpage fails in CI")
fun `retrieves all pages for an url`() {
val result =
underTest.retrieveAllPages(URL("https://tmarketonline.bg/category/visokoalkoholni-napitki"))
Expand Down

0 comments on commit b66ff96

Please sign in to comment.