From 2453376e366a9c905985c47bcd2caa45a2da5fd8 Mon Sep 17 00:00:00 2001 From: Warren MacEvoy Date: Mon, 9 Sep 2019 09:07:04 -0600 Subject: [PATCH] remove skipped from known bug list --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 394fb1a..5057602 100644 --- a/README.md +++ b/README.md @@ -466,8 +466,6 @@ Note that `Test::run()` only calls the active unresolved tests. * The `assertCurrentTestXXXX([,footnote [,retval])` macros do not compile on ESP8266 boards with no footnote. Use an empty footnote `assertCurrentTestXXXX("")`, or use `assertCurrentTestXXXX_0()` for no footnote. You do not have to specify a return value. -* The current release prints "skipped" for all tests, although assertions are correctly reported. (#86) - ## FAQ Q. The line number of the asserts do not match the source file.