NIHVIVO-76 Remove the experiment of the failing test. Make test failure messages more prominent in the console log.
This commit is contained in:
parent
97bac30afd
commit
61dadd5dcb
2 changed files with 4 additions and 4 deletions
|
@ -151,7 +151,7 @@ END_STATS
|
||||||
f.print " <td><a href=\"#{t.output_link}\">#{t.test_name}</a></td>\n"
|
f.print " <td><a href=\"#{t.output_link}\">#{t.test_name}</a></td>\n"
|
||||||
f.print " </tr>\n"
|
f.print " </tr>\n"
|
||||||
|
|
||||||
puts "Test failed: #{t.suite_name}, #{t.test_name}"
|
puts ">>>>>TEST FAILED: #{t.suite_name}, #{t.test_name} (not in ignored_tests.txt)"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
#user-management, Bookmark Without Logging In # This test is known to fail, because not all pages come up properly if bookmarked.
|
user-management, Bookmark Without Logging In # This test is known to fail, because not all pages come up properly if bookmarked.
|
||||||
|
|
Loading…
Add table
Reference in a new issue