Albacore wiki is saying it has 'skip_test_fail' that prevent rake from aborting if build fails. No example was shown please help me out here

I have already tried following code in my rake file

desc "XUnit Test Runner Example"
 xunit :xunit do |xunit|
  xunit.command = "../xunit-1.8/xunit.console.clr4.exe"
  xunit.assembly = "Islambox.Web.Test/bin/Debug/Islambox.Web.Test.dll"
  xunit.skip_test_fail
end
link|improve this question

62% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.