From 7c5c268fb892edfd31baf53eba417be2bae6da2f Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Wed, 29 Jun 2016 22:12:24 -0800 Subject: [PATCH] Disable broken test. --- src/test/kotlin/com/beust/kobalt/maven/DownloadTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/kotlin/com/beust/kobalt/maven/DownloadTest.kt b/src/test/kotlin/com/beust/kobalt/maven/DownloadTest.kt index f01a758c..3a03ee5a 100644 --- a/src/test/kotlin/com/beust/kobalt/maven/DownloadTest.kt +++ b/src/test/kotlin/com/beust/kobalt/maven/DownloadTest.kt @@ -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)