[PATCH i-g-t] tests/intel-ci: Add kms_sysfs_edid_timing to blocklist
Swati Sharma
swati2.sharma at intel.com
Thu Feb 13 13:28:02 UTC 2025
Add kms_sysfs_edid_timing to blocklist. Test was written with the
idea that edid read shouldn't take an unreasonable amount of time.
The timeout is an arbitrary value because it depends on when the
display responds and, in some cases, especially when the display
is coming back from sleep, it can take quite a while. This test
has sporadic behavior across various platforms connected to
different displays.
Signed-off-by: Swati Sharma <swati2.sharma at intel.com>
---
tests/intel-ci/blacklist.txt | 10 ++++++++++
tests/intel-ci/xe.blocklist.txt | 9 +++++++++
2 files changed, 19 insertions(+)
diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt
index 1236b8280..9917bf46a 100644
--- a/tests/intel-ci/blacklist.txt
+++ b/tests/intel-ci/blacklist.txt
@@ -151,3 +151,13 @@ igt at kms_ccs@.*-4-tiled-xe2-ccs
igt at kms_frontbuffer_tracking@plane-fbc-rte
igt at kms_pm_dc@deep-pkgc
igt at kms_vrr@cmrr
+
+###############################################
+# Test was written with the idea that edid read shouldn't take an
+# unreasonable amount of time. The timeout is an arbitrary value
+# because it depends on when the display responds and, in some cases,
+# especially when the display is coming back from sleep, it can take
+# quite a while. This test has sporadic behavior across various
+# platforms connected to different displays.
+###############################################
+igt at kms_sysfs_edid_timing
diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt
index 6964628f1..80ceba9a5 100644
--- a/tests/intel-ci/xe.blocklist.txt
+++ b/tests/intel-ci/xe.blocklist.txt
@@ -80,6 +80,15 @@ igt at kms_pm_rpm@cursor.*
##################################################################
igt at kms_prime@.*
##################################################################
+# KMS: Test was written with the idea that edid read shouldn't take an
+# unreasonable amount of time. The timeout is an arbitrary value
+# because it depends on when the display responds and, in some cases,
+# especially when the display is coming back from sleep, it can take
+# quite a while. This test has sporadic behavior across various
+# platforms connected to different displays.
+##################################################################
+igt at kms_sysfs_edid_timing
+##################################################################
# KMS: Non-Intel tests
##################################################################
igt at kms_cursor_legacy@modeset-atomic-cursor-hotspot
--
2.25.1
More information about the igt-dev
mailing list