Repository: brooklyn-server
Updated Branches:
  refs/heads/master b70c2b0b6 -> b8fe16647


Disable tests on Windows

Windows doesn't support the expected file attributes, disable tests.


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/8dbd6542
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/8dbd6542
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/8dbd6542

Branch: refs/heads/master
Commit: 8dbd6542623562e3dbc1ab29730ea12efe58e704
Parents: b70c2b0
Author: Svetoslav Neykov <svetoslav.ney...@cloudsoftcorp.com>
Authored: Thu Mar 17 18:38:34 2016 +0200
Committer: Svetoslav Neykov <svetoslav.ney...@cloudsoftcorp.com>
Committed: Thu Mar 17 18:49:09 2016 +0200

----------------------------------------------------------------------
 .../launcher/common/BrooklynPropertiesFactoryHelperTest.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/8dbd6542/launcher-common/src/test/java/org/apache/brooklyn/launcher/common/BrooklynPropertiesFactoryHelperTest.java
----------------------------------------------------------------------
diff --git 
a/launcher-common/src/test/java/org/apache/brooklyn/launcher/common/BrooklynPropertiesFactoryHelperTest.java
 
b/launcher-common/src/test/java/org/apache/brooklyn/launcher/common/BrooklynPropertiesFactoryHelperTest.java
index 9629bd5..9c31fcc 100644
--- 
a/launcher-common/src/test/java/org/apache/brooklyn/launcher/common/BrooklynPropertiesFactoryHelperTest.java
+++ 
b/launcher-common/src/test/java/org/apache/brooklyn/launcher/common/BrooklynPropertiesFactoryHelperTest.java
@@ -43,7 +43,7 @@ import com.google.common.io.Files;
 
 public class BrooklynPropertiesFactoryHelperTest {
 
-    @Test
+    @Test(groups="UNIX")
     public void testChecksGlobalBrooklynPropertiesPermissionsX00() throws 
Exception {
         File propsFile = 
File.createTempFile("testChecksGlobalBrooklynPropertiesPermissionsX00", 
".properties");
         propsFile.setReadable(true, false);
@@ -59,7 +59,7 @@ public class BrooklynPropertiesFactoryHelperTest {
         }
     }
 
-    @Test
+    @Test(groups="UNIX")
     public void testChecksLocalBrooklynPropertiesPermissionsX00() throws 
Exception {
         File propsFile = 
File.createTempFile("testChecksLocalBrooklynPropertiesPermissionsX00", 
".properties");
         propsFile.setReadable(true, false);

Reply via email to