1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Disable broken test.

This commit is contained in:
Cedric Beust 2016-06-29 22:12:24 -08:00
parent 0d2a206c5e
commit 7c5c268fb8

View file

@ -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)