Skip to content

Commit

Permalink
fixup! fixup! tests: add tests to reproduce RIOT-OS#10881
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Mar 28, 2019
1 parent 9f4ac4a commit 155f8af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/thread_msg_block_race/tests/01-run.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
class TestMessageNotWritten(PexpectTestCase):
def test_message_not_written(self):
with self.assertRaises(TIMEOUT):
# we actually want the timeout here. The application runs into an
# assertion pretty quickly when failing and runs forever on success
# we actually want the timeout here. The application runs into the
# error output pretty quickly when failing and runs forever on
# success
self.spawn.expect("Message was not written")


Expand Down

0 comments on commit 155f8af

Please sign in to comment.