Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_6_X 98494d817 -> dddd57e54


temporarily disable an environmentally sensitive test further

(cherry picked from commit 378e94d)


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

Branch: refs/heads/GROOVY_2_6_X
Commit: dddd57e5424e0f6dcf49e3cb8174be77785a75db
Parents: 98494d8
Author: sunlan <sun...@apache.org>
Authored: Tue Sep 12 22:24:01 2017 +0800
Committer: sunlan <sun...@apache.org>
Committed: Tue Sep 12 22:25:51 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/dddd57e5/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 9bf8263..e178a83 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
@@ -37,7 +37,7 @@ class FileNameCompleterTest extends GroovyTestCase {
         assert completer.render('foo \'\"bar') == 'foo\\ \\\'\\\"bar' + ''
     }
 
-    @Test
+//    @Test
     void _FIXME_testCompletionNoFiles() {
         // abusing junit testrule
         TemporaryFolder testFolder = null;

Reply via email to