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

groovy git commit: temporarily disable an environmentally sensitive test

Repository: groovy
Updated Branches:
  refs/heads/master 74110e343 -> 154b331a8


temporarily disable an environmentally sensitive test


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

Branch: refs/heads/master
Commit: 154b331a8c870616ab8f7677a7a9ef8bdacaf41a
Parents: 74110e3
Author: paulk <pa...@asert.com.au>
Authored: Tue Sep 12 23:33:26 2017 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Tue Sep 12 23:33:26 2017 +1000

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


http://git-wip-us.apache.org/repos/asf/groovy/blob/154b331a/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 {