aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/test-hmp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test-hmp.c b/tests/test-hmp.c
index d124e81850..4156d6111b 100644
--- a/tests/test-hmp.c
+++ b/tests/test-hmp.c
@@ -138,8 +138,7 @@ static void add_machine_test_case(const char *mname)
char *path;
/* Ignore blacklisted machines that have known problems */
- if (!strcmp("puv3", mname) || !strcmp("tricore_testboard", mname) ||
- !strcmp("xenfv", mname) || !strcmp("xenpv", mname)) {
+ if (!strcmp("xenfv", mname) || !strcmp("xenpv", mname)) {
return;
}