> @@ -531,8 +533,8 @@ public void testInvalidContainerName() {
>     }
>  
>     public void testOverwriteBlobMetadata() throws Exception {
> -      if (isMacOSX()) {
> -         throw new SkipException("blob metadata not supported on Mac OS X");
> +      if 
> (!getFileStore(Paths.get(TestUtils.TARGET_BASE_DIR)).supportsFileAttributeView(UserDefinedFileAttributeView.class))
>  {

Thanks for the update! If we end up using this condition elsewhere, I guess we 
can always factor it out to TestUtils...

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

Reply via email to