diff --git a/repos/gems/run/depot_autopilot.run b/repos/gems/run/depot_autopilot.run index 74513627a3..ed0002bf3c 100644 --- a/repos/gems/run/depot_autopilot.run +++ b/repos/gems/run/depot_autopilot.run @@ -142,6 +142,15 @@ set skip_test_pkg(test-lx_block) [expr ![have_spec linux]] set skip_test_pkg(test-tcp_bulk_lwip) [expr ![have_spec x86]] set skip_test_pkg(test-tcp_bulk_lxip) [expr ![have_spec x86]] +# +# FIXME +# +# When doing the libc_getenv test on autopilot+foc+x86 and one of the +# subsequent tests crashes the system so it gets rebooted by the run script, +# the system doesn't come up again. It gets stuck after core initialization. +# +set skip_test_pkg(test-libc_getenv) [expr [get_cmd_switch --autopilot] && [have_spec foc] && [have_spec x86]] + ############################################################## ## Local copies of run tool procedures with small adaptions ##