summary refs log tree commit diff stats
path: root/tests/ipmi-kcs-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ipmi-kcs-test.c')
-rw-r--r--tests/ipmi-kcs-test.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/ipmi-kcs-test.c b/tests/ipmi-kcs-test.c
index 178ffc1797..a2354c10c7 100644
--- a/tests/ipmi-kcs-test.c
+++ b/tests/ipmi-kcs-test.c
@@ -263,16 +263,9 @@ static void test_enable_irq(void)
 
 int main(int argc, char **argv)
 {
-    const char *arch = qtest_get_arch();
     char *cmdline;
     int ret;
 
-    /* Check architecture */
-    if (strcmp(arch, "i386") && strcmp(arch, "x86_64")) {
-        g_test_message("Skipping test for non-x86\n");
-        return 0;
-    }
-
     /* Run the tests */
     g_test_init(&argc, &argv, NULL);