diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2018-08-16 07:04:59 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2018-08-16 09:58:31 +0100 |
commit | f5c1b2b7081f3057c325a1afba2013e7ff5b299f (patch) | |
tree | 73cdf752a728dc45396bb8cadb0e08d341477980 /tests/intel-ci | |
parent | 6dea0d84210770fbd89404d95274a019ec4052f3 (diff) |
intel-ci: Exclude pm_rpm module-reload from full testing
The pm_rpm module-reload exists to exercise a rpm wakeref leak, and
affects the random selection of tests run after it. Similar to the
normal module-reload tests, care must be taken in its execution to avoid
causing spurious failures elsewhere.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Acked-by: Petri Latvala <petri.latvala@intel.com>
Diffstat (limited to 'tests/intel-ci')
-rw-r--r-- | tests/intel-ci/blacklist.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt index c93554a3..88b2fe31 100644 --- a/tests/intel-ci/blacklist.txt +++ b/tests/intel-ci/blacklist.txt @@ -13,6 +13,7 @@ igt@drm_mm(@.*)? # failures in tests run afterwards. ############################################### igt@drv_module_reload(@.*)? +igt@pm_rpm@module-reload ############################################### # GEM ############################################### |