Skip to content

Commit 0281e7d

Browse files
Ignore fantastico brochure download test
1 parent 8cac867 commit 0281e7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/kotlin/com/stefanbratanov/sofiasupermarketsapi/brochure/FantasticoBrochureDownloaderTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ internal class FantasticoBrochureDownloaderTest {
1212
private lateinit var underTest: FantasticoBrochureDownloader
1313

1414
@Test
15+
@Disabled("need to change the flow")
1516
fun `downloads real brochure`() {
1617
underTest = FantasticoBrochureDownloader(URL("https://www.fantastico.bg/special-offers"))
1718
val result = underTest.download()

0 commit comments

Comments
 (0)