> @@ -454,8 +454,12 @@ public void blobNotFound() throws InterruptedException {
>  
>     @DataProvider(name = "delete")
>     public Object[][] createData() {
> -      return new Object[][] { { "normal" }, { "sp ace" }, { "qu?stion" }, { 
> "unic₪de" }, { "path/foo" }, { "colon:" },
> +      if (System.getProperty("os.name").toLowerCase().contains("windows")) {
> +         return new Object[][] { { "normal" }, { "sp ace" } };

Different tests I believe

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/175/files#r7298704

Reply via email to