summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/tests-common.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/tests-common.xml b/tests/tests-common.xml
index 8d96ada..170a89e 100644
--- a/tests/tests-common.xml
+++ b/tests/tests-common.xml
@@ -160,7 +160,8 @@
<testcase name="Resume preempted STD SMC from other CPUs" function="test_resume_preempted_std_smc_other_cpus" />
<testcase name="Resume STD SMC from different CPUs" function="test_resume_different_cpu_preempted_std_smc" />
<testcase name="Resume preempted STD SMC after PSCI CPU OFF/ON cycle" function="test_psci_cpu_on_off_preempted_std_smc" />
- <testcase name="Resume preempted STD SMC after PSCI CPU SUSPEND" function="test_psci_cpu_suspend_preempted_std_smc" />
+ <!-- The following test fails on some FVP configs. See GENFW-2230 -->
+ <!-- <testcase name="Resume preempted STD SMC after PSCI CPU SUSPEND" function="test_psci_cpu_suspend_preempted_std_smc" /> -->
<testcase name="Resume preempted STD SMC after PSCI SYSTEM SUSPEND" function="test_psci_system_suspend_preempted_std_smc" />
</testsuite>