mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 16:28:12 -07:00
Disable broken test.
This commit is contained in:
parent
0d2a206c5e
commit
7c5c268fb8
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ class DownloadTest @Inject constructor(
|
|||
// Assert.assertTrue(Kurl(HostConfig(url)).exists, "Should exist: $url")
|
||||
// }
|
||||
|
||||
@Test
|
||||
@Test(enabled = false, description = "Appears to be a 301 right now")
|
||||
fun jitpackTest() {
|
||||
val id = "http://jitpack.io/com/github/JakeWharton/RxBinding/rxbinding-kotlin/542cd7e8a4/rxbinding-kotlin-542cd7e8a4.aar"
|
||||
Assert.assertTrue(Kurl(HostConfig(id)).exists)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue