This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a commit to branch NLPCRAFT-27
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-27 by this push:
new e63fd6b WIP.
e63fd6b is described below
commit e63fd6b1efa81b04de26b07f240d33fae33ee9b1
Author: Sergey Kamov <[email protected]>
AuthorDate: Wed Mar 25 20:53:12 2020 +0300
WIP.
---
src/main/scala/org/apache/nlpcraft/examples/phone/PhoneTest.java | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/main/scala/org/apache/nlpcraft/examples/phone/PhoneTest.java
b/src/main/scala/org/apache/nlpcraft/examples/phone/PhoneTest.java
index 4806f34..959e628 100644
--- a/src/main/scala/org/apache/nlpcraft/examples/phone/PhoneTest.java
+++ b/src/main/scala/org/apache/nlpcraft/examples/phone/PhoneTest.java
@@ -23,6 +23,7 @@ import
org.apache.nlpcraft.model.tools.test.NCTestClientBuilder;
import org.apache.nlpcraft.probe.embedded.NCEmbeddedProbe;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
+import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import java.io.IOException;
@@ -54,6 +55,8 @@ class PhoneTest {
NCEmbeddedProbe.stop();
}
+ // Uncomment if this model is configured.
+ @Disabled
@Test
void test() throws NCException, IOException {
assertTrue(client.ask("Call to Apple office").isOk());