summaryrefslogtreecommitdiffstats
path: root/src/test/ui/process/core-run-destroy.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/process/core-run-destroy.rs')
-rw-r--r--src/test/ui/process/core-run-destroy.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/process/core-run-destroy.rs b/src/test/ui/process/core-run-destroy.rs
index 5fd418e6c..d0e97bf01 100644
--- a/src/test/ui/process/core-run-destroy.rs
+++ b/src/test/ui/process/core-run-destroy.rs
@@ -8,6 +8,7 @@
// ignore-emscripten no processes
// ignore-sgx no processes
// ignore-vxworks no 'cat' and 'sleep'
+// ignore-fuchsia no 'cat'
// N.B., these tests kill child processes. Valgrind sees these children as leaking
// memory, which makes for some *confusing* logs. That's why these are here