Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_5_X cbf9f73ad -> 894de84ef


temporarily disable an environmentally sensitive test

(cherry picked from commit 154b331)


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/44a5d056
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/44a5d056
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/44a5d056

Branch: refs/heads/GROOVY_2_5_X
Commit: 44a5d056e8f986792c8a06918ac48133834c57c1
Parents: cbf9f73
Author: paulk <pa...@asert.com.au>
Authored: Tue Sep 12 21:33:26 2017 +0800
Committer: sunlan <sun...@apache.org>
Committed: Tue Sep 12 22:26:36 2017 +0800

----------------------------------------------------------------------
 .../groovy/tools/shell/completion/FileNameCompleterTest.groovy     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/44a5d056/subprojects/groovy-groovysh/src/test/groovy/org/codehaus/groovy/tools/shell/completion/FileNameCompleterTest.groovy
----------------------------------------------------------------------
diff --git 
a/subprojects/groovy-groovysh/src/test/groovy/org/codehaus/groovy/tools/shell/completion/FileNameCompleterTest.groovy
 
b/subprojects/groovy-groovysh/src/test/groovy/org/codehaus/groovy/tools/shell/completion/FileNameCompleterTest.groovy
index 867371e..9bf8263 100644
--- 
a/subprojects/groovy-groovysh/src/test/groovy/org/codehaus/groovy/tools/shell/completion/FileNameCompleterTest.groovy
+++ 
b/subprojects/groovy-groovysh/src/test/groovy/org/codehaus/groovy/tools/shell/completion/FileNameCompleterTest.groovy
@@ -38,7 +38,7 @@ class FileNameCompleterTest extends GroovyTestCase {
     }
 
     @Test
-    void testCompletionNoFiles() {
+    void _FIXME_testCompletionNoFiles() {
         // abusing junit testrule
         TemporaryFolder testFolder = null;
         try {

Reply via email to