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/06/23 10:36:10 UTC

[incubator-nlpcraft] 03/03: WIP.

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

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

commit 322e4673bbaa8e11be88b02ab68f68a8566b24a9
Author: Sergey Kamov <se...@apache.org>
AuthorDate: Tue Jun 23 13:35:56 2020 +0300

    WIP.
---
 .../main/scala/org/apache/nlpcraft/examples/weather/WeatherTest.java   | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/weather/WeatherTest.java b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/weather/WeatherTest.java
index 6bd0949..1e8a30a 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/weather/WeatherTest.java
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/examples/weather/WeatherTest.java
@@ -19,6 +19,7 @@ package org.apache.nlpcraft.examples.weather;
 
 import com.google.gson.Gson;
 import com.google.gson.reflect.TypeToken;
+import jdk.nashorn.internal.ir.annotations.Ignore;
 import org.apache.nlpcraft.common.NCException;
 import org.apache.nlpcraft.model.tools.test.NCTestClient;
 import org.apache.nlpcraft.model.tools.test.NCTestClientBuilder;
@@ -86,7 +87,9 @@ class WeatherTest {
         NCEmbeddedProbe.stop();
     }
 
+    // TODO: Uncomment and run with profile ``. Disabled by default for profile apache.
     @Test
+    @Ignore
     void test() throws NCException, IOException {
         // Empty parameter.
         assertTrue(cli.ask("").isFailed());