You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2020/12/11 12:14:45 UTC

[isis] branch master updated: ISIS-2473: disable example re-writing (as the job is done)

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 2b359f6  ISIS-2473: disable example re-writing (as the job is done)
2b359f6 is described below

commit 2b359f6f880193381a7f362c3e60a02c2e23b1d8
Author: Andi Huber <ah...@apache.org>
AuthorDate: Fri Dec 11 13:14:30 2020 +0100

    ISIS-2473: disable example re-writing (as the job is done)
---
 .../src/test/java/org/apache/isis/tooling/j2adoc/test/J2AdocTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/java2adoc/src/test/java/org/apache/isis/tooling/j2adoc/test/J2AdocTest.java b/tooling/java2adoc/src/test/java/org/apache/isis/tooling/j2adoc/test/J2AdocTest.java
index d2eeb8d..2fab5ec 100644
--- a/tooling/java2adoc/src/test/java/org/apache/isis/tooling/j2adoc/test/J2AdocTest.java
+++ b/tooling/java2adoc/src/test/java/org/apache/isis/tooling/j2adoc/test/J2AdocTest.java
@@ -115,7 +115,7 @@ class J2AdocTest {
         });
     }
     
-    @Test
+    @Test @Disabled("DANGER!")
     void adocExampleProcessing() throws IOException {
         
         val adocFiles = ProjectSampler.adocFiles(ProjectSampler.apacheIsisRoot());