From fbed26717625c13b6b707501aee66f515526b568 Mon Sep 17 00:00:00 2001 From: jeb228 Date: Mon, 16 Aug 2010 18:15:28 +0000 Subject: [PATCH] NIHVIVO-222 Allow the user to ignore entire suites using the ignored_tests file. --- utilities/acceptance-tests/suites/ignored_tests.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utilities/acceptance-tests/suites/ignored_tests.txt b/utilities/acceptance-tests/suites/ignored_tests.txt index 2deb2052..266aa1de 100644 --- a/utilities/acceptance-tests/suites/ignored_tests.txt +++ b/utilities/acceptance-tests/suites/ignored_tests.txt @@ -5,6 +5,8 @@ # Each line contains the suite name, the test name, and an optional comment. # Like this: # , # 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.