Skip to content

Instantly share code, notes, and snippets.

@oliverhu
Created November 18, 2015 21:31
Show Gist options
  • Save oliverhu/401c70e020294d6ab121 to your computer and use it in GitHub Desktop.
Save oliverhu/401c70e020294d6ab121 to your computer and use it in GitHub Desktop.
let test = testA
with same code base {
if (test.passedAtLeastOnce && test.failed) {
test.isFlaky = true
test.disable()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment