mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-25 08:46:27 +00:00
tests/kms_force_connector: skip if the required connector is connected
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
parent
2e5a43d296
commit
01e1fca582
@ -56,6 +56,7 @@ igt_main
|
|||||||
}
|
}
|
||||||
|
|
||||||
igt_require(vga_connector);
|
igt_require(vga_connector);
|
||||||
|
igt_skip_on(vga_connector->connection == DRM_MODE_CONNECTED);
|
||||||
}
|
}
|
||||||
|
|
||||||
igt_subtest("force-connector-state") {
|
igt_subtest("force-connector-state") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user