You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by su...@apache.org on 2017/09/12 14:24:14 UTC

groovy git commit: temporarily disable an environmentally sensitive test further

Repository: groovy
Updated Branches:
  refs/heads/master 154b331a8 -> 378e94d23


temporarily disable an environmentally sensitive test further


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

Branch: refs/heads/master
Commit: 378e94d23e4182689cd1b2cc6adbc2581ba03051
Parents: 154b331
Author: sunlan <su...@apache.org>
Authored: Tue Sep 12 22:24:01 2017 +0800
Committer: sunlan <su...@apache.org>
Committed: Tue Sep 12 22:24:01 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/378e94d2/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;