We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cac867 commit 0281e7dCopy full SHA for 0281e7d
src/test/kotlin/com/stefanbratanov/sofiasupermarketsapi/brochure/FantasticoBrochureDownloaderTest.kt
@@ -12,6 +12,7 @@ internal class FantasticoBrochureDownloaderTest {
12
private lateinit var underTest: FantasticoBrochureDownloader
13
14
@Test
15
+ @Disabled("need to change the flow")
16
fun `downloads real brochure`() {
17
underTest = FantasticoBrochureDownloader(URL("https://www.fantastico.bg/special-offers"))
18
val result = underTest.download()
0 commit comments