The legacy tests do not successfully run in Travis CI.  This
commit disables them from running but does leave the test
code in place.  The future of these tests and whether they will
be removed from the repo or not will be revisited at a later
date.

Signed-off-by: Tom Hromatka <tom.hroma...@oracle.com>
---
 tests/Makefile.am                      | 4 +++-
 tests/tools/cgclassify/Makefile.am     | 4 +++-
 tests/tools/cgconfigparser/Makefile.am | 6 ++++--
 tests/tools/multimount/Makefile.am     | 4 +++-
 4 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 6d748dc..1528af2 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -24,4 +24,6 @@ logger_SOURCES=logger.c
 
 EXTRA_DIST = runlibcgrouptest.sh logger.sh
 
-TESTS = wrapper_test runlibcgrouptest.sh logger.sh
+# The legacy tests have been disabled because they do not successfully run
+# on Travis CI.
+#TESTS = wrapper_test runlibcgrouptest.sh logger.sh
diff --git a/tests/tools/cgclassify/Makefile.am 
b/tests/tools/cgclassify/Makefile.am
index c504e7f..2adde69 100644
--- a/tests/tools/cgclassify/Makefile.am
+++ b/tests/tools/cgclassify/Makefile.am
@@ -1,3 +1,5 @@
 EXTRA_DIST = cgclassify cgclassify-rules simple.conf
 
-TESTS = cgclassify cgclassify-rules
+# The legacy tests have been disabled because they do not successfully run
+# on Travis CI.
+#TESTS = cgclassify cgclassify-rules
diff --git a/tests/tools/cgconfigparser/Makefile.am 
b/tests/tools/cgconfigparser/Makefile.am
index 27a08f9..fd28516 100644
--- a/tests/tools/cgconfigparser/Makefile.am
+++ b/tests/tools/cgconfigparser/Makefile.am
@@ -23,6 +23,8 @@ EXTRA_DIST = cgconfigparser_simple \
             cgclear/cgclear_config_multi_3.conf \
             cgclear/cgclear_config_one.conf
 
-TESTS = cgconfigparser_simple cgconfigparser_conf_files_tests permissions \
-       cgconfigparser_multiconfig cgclear_config_multi cgclear_config_one
+# The legacy tests have been disabled because they do not successfully run
+# on Travis CI.
+#TESTS = cgconfigparser_simple cgconfigparser_conf_files_tests permissions \
+#      cgconfigparser_multiconfig cgclear_config_multi cgclear_config_one
 
diff --git a/tests/tools/multimount/Makefile.am 
b/tests/tools/multimount/Makefile.am
index 8463bae..85fa7f4 100644
--- a/tests/tools/multimount/Makefile.am
+++ b/tests/tools/multimount/Makefile.am
@@ -1,3 +1,5 @@
 EXTRA_DIST = many_mp many_named
 
-TESTS = many_mp  many_named
+# The legacy tests have been disabled because they do not successfully run
+# on Travis CI.
+#TESTS = many_mp  many_named
-- 
1.8.3.1



_______________________________________________
Libcg-devel mailing list
Libcg-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libcg-devel

Reply via email to