roll: pigweed, pw_toolchain: pw_stream: Disable mpsc_stream_test for Pi Pico

mpsc_stream_test crashes on the Raspberry Pi Pico. Temporarily disable
until we can investigate further.

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

https://pigweed.googlesource.com/pigweed/pigweed
pigweed, pw_toolchain Rolled-Commits: 1706947f4ea6dda..972e2d48d807a8e
Roller-URL: https://ci.chromium.org/b/8738964941787707041
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Iaf556ebaf8460ce95389608906ab4020abeec9e5
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/231136
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 92a9acf..9a1385d 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/8738967572981085553.
-    commit = "1706947f4ea6ddaeb7dd6312e8199a713aef0553",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8738964941787707041.
+    commit = "972e2d48d807a8eb7d97767ef9afc3f55890ccee",
     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/8738967572981085553.
-    commit = "1706947f4ea6ddaeb7dd6312e8199a713aef0553",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8738964941787707041.
+    commit = "972e2d48d807a8eb7d97767ef9afc3f55890ccee",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
     strip_prefix = "pw_toolchain_bazel",
 )