aboutsummaryrefslogtreecommitdiffstats
path: root/tests/amdgpu/ras_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/amdgpu/ras_tests.c')
-rw-r--r--tests/amdgpu/ras_tests.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/amdgpu/ras_tests.c b/tests/amdgpu/ras_tests.c
index f745166b..d714be73 100644
--- a/tests/amdgpu/ras_tests.c
+++ b/tests/amdgpu/ras_tests.c
@@ -881,7 +881,9 @@ CU_TestInfo ras_tests[] = {
{ "ras query test", amdgpu_ras_query_test },
{ "ras inject test", amdgpu_ras_inject_test },
{ "ras disable test", amdgpu_ras_disable_test },
+#if 0
{ "ras enable test", amdgpu_ras_enable_test },
+#endif
CU_TEST_INFO_NULL,
};