class Test::Unit::Priority::Checker

def run_priority_low?(test)

def run_priority_low?(test)
  rand > 0.75
end