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/894de84e
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/894de84e
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/894de84e

Branch: refs/heads/GROOVY_2_5_X
Commit: 894de84ef1cc9bdf743ab98748ae7b58cc6a6fd7
Parents: 44a5d05
Author: sunlan <sun...@apache.org>
Authored: Tue Sep 12 22:24:01 2017 +0800
Committer: sunlan <sun...@apache.org>
Committed: Tue Sep 12 22:26:42 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/894de84e/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