[PATCH] test/pmu: disable failing test
Thomas Monjalon
thomas at monjalon.net
Mon Jun 9 22:55:25 CEST 2025
The PMU test is reported to fail on some platforms.
Disabling until a fix is found.
Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
---
app/test/test_pmu.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/app/test/test_pmu.c b/app/test/test_pmu.c
index 74cc88f949..10513bf9c9 100644
--- a/app/test/test_pmu.c
+++ b/app/test/test_pmu.c
@@ -46,10 +46,12 @@ static struct unit_test_suite pmu_tests = {
}
};
-static int
+static int __rte_unused
test_pmu(void)
{
return unit_test_suite_runner(&pmu_tests);
}
-REGISTER_FAST_TEST(pmu_autotest, true, true, test_pmu);
+/* disabled because of reported failures, waiting for a fix
+ * REGISTER_FAST_TEST(pmu_autotest, true, true, test_pmu);
+ */
--
2.47.1
More information about the dev
mailing list