Use GTEST_SKIP for SKIP
Summary: The anticipated (and desired) effect of this change is to make it so that `SKIP` in `SetUp` will actually always skip the test. Right now, test behavior depends on the setting `FOLLY_SKIP_AS_FAILURE` — when this is false, the test will get **executed** despite being "skipped". I believe it's unlikely that tests rely on the current behavior of doing `SKIP` from `SetUp` and running the test anyway. So, I expect this to be a relatively safe change. Reviewed By: simpkins Differential Revision: D15703771 fbshipit-source-id: d32e1d9c4cb8cb99c667882b81946154c6ca906b
Showing
Please register or sign in to comment