Skip to content

Commit

Permalink
[JENKINS-50591] Use @ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossg committed Apr 5, 2018
1 parent eac0c92 commit dd963e3
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -43,6 +43,7 @@
import org.jclouds.blobstore.domain.StorageMetadata;
import org.jclouds.rest.internal.InvokeHttpMethod;
import org.junit.After;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.jvnet.hudson.test.Issue;
Expand Down Expand Up @@ -242,7 +243,8 @@ public void toURI() throws Exception {
newJCloudsBlobStore("xxx#?:$&'\"<>čॐ").toURI());
}

// @Test
@Ignore("blocked by jClouds issue")
@Test
@Issue({ "JENKINS-50591", "JCLOUDS-1401" })
public void testAmpersand() throws Exception {
String key = getPrefix() + "xxx#?:&$'\"<>čॐ";
Expand Down

0 comments on commit dd963e3

Please sign in to comment.