class Test::Unit::Priority::Checker

def run_priority_important?(test)

def run_priority_important?(test)
  rand > 0.1
end