Skip to content

Instantly share code, notes, and snippets.

@daverigby
Created March 15, 2016 11:29
Show Gist options
  • Save daverigby/90d4f427bed77a707271 to your computer and use it in GitHub Desktop.
Save daverigby/90d4f427bed77a707271 to your computer and use it in GitHub Desktop.
if (label == "windows") {
// Skip running unit tests on Windows due to CBD-1740
return [ "SKIP_UNIT_TESTS": 1 ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment