Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: stream_flash: skip tests correctly #25070

Merged
merged 2 commits into from
May 7, 2020

Conversation

nashif
Copy link
Member

@nashif nashif commented May 7, 2020

User ztest_test_skip() to skip tests, not by conditionally including the
tests in the suite.

Fixes #25057

User ztest_test_skip() to skip tests, not by conditionally including the
tests in the suite.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
@zephyrbot zephyrbot added the area: Tests Issues related to a particular existing or missing test label May 7, 2020
Abort if we find tests that are being skipped incorrectly. Tests should
be skipped using ztest_test_skip().

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
@zephyrbot zephyrbot added the area: Sanitycheck Sanitycheck has been renamed to Twister label May 7, 2020
@nashif nashif merged commit 61c6e2b into zephyrproject-rtos:master May 7, 2020
@nashif nashif deleted the tests/test_skip branch May 7, 2020 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Sanitycheck Sanitycheck has been renamed to Twister area: Tests Issues related to a particular existing or missing test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

errors when running sanitycheck with tests/subsys/storage/stream/stream_flash
4 participants