mirror of
https://github.com/readrops/Readrops.git
synced 2025-01-23 07:21:52 +01:00
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
Block a user