Skip to content

Commit

Permalink
pw_thread: Disable test_thread_context_facade_test on Pi Pico
Browse files Browse the repository at this point in the history
The test_thread_context_facade_test has a very bizarre failure mode on
Pi Pico. Temporarily disable until we can root-cause and fix.

Bug: b/361369192
Change-Id: I725b98e4a4dba636241a97640d8825de4d1bfe18
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/231291
Pigweed-Auto-Submit: Armando Montanez <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
Lint: Lint 🤖 <[email protected]>
Reviewed-by: Erik Gilling <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
  • Loading branch information
armandomontanez authored and CQ Bot Account committed Aug 21, 2024
1 parent b816ed5 commit a759e7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pw_thread/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,10 @@ pw_cc_test(
# TODO: b/317922402 - On Windows, this test can easily hang indefinitely.
# Disable on Windows until we can test with the native Windows SDK libraries
# for threading.
# TODO: b/361369192 - This test behaves unusually on rp2.
target_compatible_with = select({
"@pico-sdk//bazel/constraint:rp2040": ["@platforms//:incompatible"],
"@pico-sdk//bazel/constraint:rp2350": ["@platforms//:incompatible"],
"@platforms//os:windows": ["@platforms//:incompatible"],
"//conditions:default": [],
}),
Expand Down

0 comments on commit a759e7d

Please sign in to comment.