roll: pigweed, pw_toolchain: pw_thread: Disable test_thread_context_facade_test on Pi Pico

The test_thread_context_facade_test has a very bizarre failure mode on
Pi Pico. Temporarily disable until we can root-cause and fix.

Original-Bug: b/361369192
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/231291

https://pigweed.googlesource.com/pigweed/pigweed
pigweed, pw_toolchain Rolled-Commits: b816ed566711b10..a759e7d95fdfbc9
Roller-URL: https://ci.chromium.org/b/8738955115365950705
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Ib186a000ac87a789a3db476f776af10d38f19afa
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/231119
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 2325494..1405650 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -48,8 +48,8 @@
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-08-21.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8738957237306937745.
-    commit = "b816ed566711b10544fc1ae2d5154e077737522c",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8738955115365950705.
+    commit = "a759e7d95fdfbc971a0515bed745aab10f84be99",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )
 
@@ -57,8 +57,8 @@
     module_name = "pw_toolchain",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-08-21.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8738957237306937745.
-    commit = "b816ed566711b10544fc1ae2d5154e077737522c",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8738955115365950705.
+    commit = "a759e7d95fdfbc971a0515bed745aab10f84be99",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
     strip_prefix = "pw_toolchain_bazel",
 )