diff --git a/NEWS.md b/NEWS.md index 2a0c38d40..118f14d59 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,6 +7,8 @@ * Added `skip_on_os()`, to skip tests on specified operating systems (@kevinushey). +* Handle skipped tests in the TAP reporter (#262). + # testthat 0.10.0 * Failure locations are now formated as R error locations.