class Test::Unit::Priority::Checker

def run_priority_high?(test)

def run_priority_high?(test)
  rand > 0.3
end