Temporarily exclude ExecUtilsTest.ExecStatFailed.
This test cannot run in standalone tests until b/204649079 is fixed.
Bug: 247955226
Bug: 204649079
Test: atest -a art_standalone_runtime_tests
Change-Id: Ia439d456868726c0bf5bbd555eac88c476fa5640
diff --git a/runtime/art_standalone_runtime_tests.xml b/runtime/art_standalone_runtime_tests.xml
index 8f89d84..36c16aa 100644
--- a/runtime/art_standalone_runtime_tests.xml
+++ b/runtime/art_standalone_runtime_tests.xml
@@ -109,6 +109,7 @@
TODO(b/204649079): Investigate these failures and re-enable these tests. -->
<option name="exclude-filter" value="*ExecUtilsTest.EnvSnapshotDeletionsAreNotVisible*" />
<option name="exclude-filter" value="*ExecUtilsTest.ExecNoTimeout*" />
+ <option name="exclude-filter" value="*ExecUtilsTest.ExecStatFailed*" />
<option name="exclude-filter" value="*ExecUtilsTest.ExecSuccess*" />
<option name="exclude-filter" value="*ExecUtilsTest.ExecTimeout*" />
</test>