diff --git a/tests/src/test_RapidLib.cpp b/tests/src/test_RapidLib.cpp
index 801865c3dcb09a2cb249473ceaad6682a37d7972..b45aebe1540a3405c195b0f54607b4b562b16892 100644
--- a/tests/src/test_RapidLib.cpp
+++ b/tests/src/test_RapidLib.cpp
@@ -23,8 +23,8 @@ SCENARIO("Test NN Regression", "[machineLearning]")
         REQUIRE(myData.recordSingleElement("label", input, output) == 1); //FIXME: Label is stupd here. -MZ
         
         //testing alternate API
-        auto newPhrase = myData.createNewPhrase("lab1");
-        newPhrase->addElement(input, output);
+        //auto newPhrase = myData.createNewPhrase("lab1");
+        //newPhrase->addElement(input, output);
         
         input = { 2.0, 44.2 };
         output = { 20.14 };