[PATCH i-g-t] tests/intel/i915_test_config: fix JSON exclude section
Kamil Konieczny
kamil.konieczny at linux.intel.com
Mon Feb 19 16:48:58 UTC 2024
Fix typo in exclude section for i915.
Cc: Mauro Carvalho Chehab <mauro.chehab at linux.intel.com>
Cc: Mauro Carvalho Chehab <mchehab at kernel.org>
Cc: Jari Tahvanainen <jari.tahvanainen at intel.com>
Fixes: 6fb001a597e9 ("tests/intel/i915_test_config: align JSON documentation with xe")
Signed-off-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>
---
tests/intel/i915_test_config.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/intel/i915_test_config.json b/tests/intel/i915_test_config.json
index b09f4244e..61638a4f1 100644
--- a/tests/intel/i915_test_config.json
+++ b/tests/intel/i915_test_config.json
@@ -53,7 +53,7 @@
{ "i915 BAT": "../intel-ci/fast-feedback.testlist" }
],
"exclude": [
- { "i915 BAT, 915 FULL": "../intel-ci/blacklist.txt" }
+ { "all": "../intel-ci/blacklist.txt" }
]
},
"order": [
--
2.42.0
More information about the igt-dev
mailing list