facebook / buck

A fast build system that encourages the creation of small, reusable modules over a variety of platforms and languages.
https://buck.build
Apache License 2.0
8.56k stars 1.16k forks source link

Skip flaky tests on Windows platform #2536

Closed v-jizhang closed 4 years ago

v-jizhang commented 4 years ago

Skip flaky tests on Windows platform

zpao commented 4 years ago

Does it make sense to do this via the test selector functionality as opposed to in the test itself? https://github.com/facebook/buck/blob/cd9fbc819522796c7545e66dfb2ecbccdc8431e2/.circleci/config.yml#L1466-L1471

v-jizhang commented 4 years ago

Does it make sense to do this via the test selector functionality as opposed to in the test itself?

https://github.com/facebook/buck/blob/cd9fbc819522796c7545e66dfb2ecbccdc8431e2/.circleci/config.yml#L1466-L1471

Done. Thanks