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.hromatka@oracle.com>
Signed-off-by: Dhaval Giani <dhaval.giani@oracle.com>
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
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
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
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