Merge pull request #67471 from apple/maxd/skip-crashing-wasi
test: disable crashing tests on WASI
WASI doesn't support spawning a subprocess, so crash tests crashes the test harness itself. Those should be skipped until proper subprocess support is available.