Repository: incubator-slider
Updated Branches:
  refs/heads/develop aa21ad64d -> 31d70a348


SLIDER-352 making one of the tests skipped if !Windows


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/31d70a34
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/31d70a34
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/31d70a34

Branch: refs/heads/develop
Commit: 31d70a348c5c96aee92f26ea767f19ddc56fc710
Parents: aa21ad6
Author: Steve Loughran <ste...@apache.org>
Authored: Fri Aug 22 21:37:39 2014 +0100
Committer: Steve Loughran <ste...@apache.org>
Committed: Fri Aug 22 21:37:39 2014 +0100

----------------------------------------------------------------------
 .../org/apache/slider/common/tools/TestWindowsSupport.groovy       | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/31d70a34/slider-core/src/test/groovy/org/apache/slider/common/tools/TestWindowsSupport.groovy
----------------------------------------------------------------------
diff --git 
a/slider-core/src/test/groovy/org/apache/slider/common/tools/TestWindowsSupport.groovy
 
b/slider-core/src/test/groovy/org/apache/slider/common/tools/TestWindowsSupport.groovy
index e6d2225..d11aa55 100644
--- 
a/slider-core/src/test/groovy/org/apache/slider/common/tools/TestWindowsSupport.groovy
+++ 
b/slider-core/src/test/groovy/org/apache/slider/common/tools/TestWindowsSupport.groovy
@@ -93,6 +93,8 @@ class TestWindowsSupport extends SliderTestUtils {
 
   @Test
   public void testSliderFS() throws Throwable {
+    assume(Shell.WINDOWS, "not windows")
+
     SliderFileSystem sfs = new SliderFileSystem(new Configuration())
     try {
       def metainfo = AgentUtils.getApplicationMetainfo(sfs, windowsFile)

Reply via email to