Skip to content

Commit

Permalink
pw_thread_freertos: Fix typo in tags
Browse files Browse the repository at this point in the history
Followup to http://pwrev.dev/215232

Change-Id: I919038c44ad0fee2b3b5949cc4380544571fb365
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/237513
Docs-Not-Needed: Ted Pudlik <[email protected]>
Reviewed-by: Dave Roth <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
Pigweed-Auto-Submit: Ted Pudlik <[email protected]>
Lint: Lint 🤖 <[email protected]>
  • Loading branch information
tpudlik authored and CQ Bot Account committed Sep 24, 2024
1 parent aaa6103 commit e81f65b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pw_thread_freertos/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ cc_library(
pw_cc_test(
name = "dynamic_thread_backend_test",
# TODO: https://pwbug.dev/271465588 - This test fails on-device.
tags = ["no_not_run_test"],
tags = ["do_not_run_test"],
deps = [
":dynamic_test_threads",
"//pw_thread:thread_facade_test",
Expand Down Expand Up @@ -202,7 +202,7 @@ pw_cc_test(
"thread_iteration_test.cc",
],
# TODO: https://pwbug.dev/271465588 - This test fails on-device.
tags = ["no_not_run_test"],
tags = ["do_not_run_test"],
deps = [
":freertos_tasktcb",
":static_test_threads",
Expand Down

0 comments on commit e81f65b

Please sign in to comment.