aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/android_rust/upstream_tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/android_rust/upstream_tests.py b/src/android_rust/upstream_tests.py
index 2d62260..a60bc1f 100644
--- a/src/android_rust/upstream_tests.py
+++ b/src/android_rust/upstream_tests.py
@@ -322,5 +322,5 @@ match build_platform.system():
skipped_tests = [
# Failing in 1.76.0
- "--skip", "sys::unix::process::process_inner::tests::test_command_pidfd"
-] \ No newline at end of file
+ "--skip", "sys::pal::unix::process::process_inner::tests::test_command_pidfd"
+]