class Test::Unit::Priority::Checker

def run_priority_normal?(test)

def run_priority_normal?(test)
  rand > 0.5
end