diff --git a/sflphone-common/test/historytest.h b/sflphone-common/test/historytest.h
index fac450afdfb0783b9bb770c48670501a2dc41f9b..96526449ff109b2d8c51ecb2d2cb11fd06473429 100644
--- a/sflphone-common/test/historytest.h
+++ b/sflphone-common/test/historytest.h
@@ -53,7 +53,7 @@ class HistoryTest : public CppUnit::TestCase {
      * Use cppunit library macros to add unit test the factory
      */
     CPPUNIT_TEST_SUITE (HistoryTest);
-        CPPUNIT_TEST (test_create_history_path);
+        // CPPUNIT_TEST (test_create_history_path);
         CPPUNIT_TEST (test_save_history_items_map);
         CPPUNIT_TEST (test_load_history_from_file);
         CPPUNIT_TEST (test_load_history_items_map);