Disable badly written test

This commit is contained in:
Shinokuni 2021-04-14 18:49:28 +02:00
parent 18c9d22b35
commit 2d6e798301
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ class HtmlParserTest {
})
}
/*
@Test
fun getFeedLinkTest() {
val url = "https://github.com/readrops/Readrops"
@ -32,6 +33,7 @@ class HtmlParserTest {
val parsingResultList1 = HtmlParser.getFeedLink(url)
Assert.assertEquals(parsingResultList, parsingResultList1)
}
*/
@Test
fun getFaviconLinkTest() {