In go, calling t.Skip() will skip the test. This can be done at any time during test execution.
We should aggregate these skips and integrate them with our own notion of "ignored". That is, the tests should be outputted as "skipped" or "ignored", along side any tests were skipped in the toml file.
Definition of Done
In go, calling t.Skip() will skip the test. This can be done at any time during test execution.
We should aggregate these skips and integrate them with our own notion of "ignored". That is, the tests should be outputted as "skipped" or "ignored", along side any tests were skipped in the toml file.
Definition of Done
CHANGELOG.mdupdated.doc/book/headupdated.