From b66ff96b3fa2e71dc36506ac971ef19e7270fbb1 Mon Sep 17 00:00:00 2001 From: Stefan Bratanov Date: Tue, 4 Jun 2024 08:53:04 +0100 Subject: [PATCH] disable test --- .../sofiasupermarketsapi/links/TMarketPagesRetrieverTest.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/kotlin/com/stefanbratanov/sofiasupermarketsapi/links/TMarketPagesRetrieverTest.kt b/src/test/kotlin/com/stefanbratanov/sofiasupermarketsapi/links/TMarketPagesRetrieverTest.kt index 3bbfb76..169e986 100644 --- a/src/test/kotlin/com/stefanbratanov/sofiasupermarketsapi/links/TMarketPagesRetrieverTest.kt +++ b/src/test/kotlin/com/stefanbratanov/sofiasupermarketsapi/links/TMarketPagesRetrieverTest.kt @@ -3,6 +3,7 @@ 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 { @@ -10,6 +11,7 @@ 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"))