NIHVIVO-222 Allow the user to ignore entire suites using the ignored_tests file.

This commit is contained in:
jeb228 2010-08-16 18:15:28 +00:00
parent 765190c5f5
commit fbed267176

View file

@ -5,6 +5,8 @@
# Each line contains the suite name, the test name, and an optional comment.
# Like this:
# <suite name>, <test name> # Comment text
#
# If the test name is "*", then entire suite is ignored.
user-management, Bookmark Without Logging In # This test is known to fail, because not all pages come up properly if bookmarked.
CreatePeople, UploadFacultyImage # Don't know how to specify an upload file location that is system-independent.