mirror of https://github.com/readrops/Readrops.git
Disable badly written test
This commit is contained in:
parent
18c9d22b35
commit
2d6e798301
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue