You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by se...@apache.org on 2020/09/21 08:47:53 UTC

[incubator-nlpcraft] 01/01: NCConversationSpec test excluded from maven integration tests.

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

sergeykamov pushed a commit to branch NLPCRAFT-132
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git

commit f0c729f7404f8baeb3d36f94ee7bc2b3dab71030
Author: Sergey Kamov <se...@apache.org>
AuthorDate: Mon Sep 21 11:47:46 2020 +0300

    NCConversationSpec test excluded from maven integration tests.
---
 nlpcraft/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/nlpcraft/pom.xml b/nlpcraft/pom.xml
index 67a57bb..ea34cdb 100644
--- a/nlpcraft/pom.xml
+++ b/nlpcraft/pom.xml
@@ -336,6 +336,9 @@
                             <includes>
                                 <include>**/*.*</include>
                             </includes>
+                            <excludes>
+                                <exclude>**/NCConversationSpec.*</exclude>
+                            </excludes>
                         </configuration>
                     </execution>
                 </executions>