From 324ab48e67065f0cf67525b3ab9c44fd3dcaef0a Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 15 Feb 2019 19:09:10 +0000 Subject: intel-ci: Disable i915_suspend@shrink This test produces an awful, awful lot of redundant output as it tries to find just the right amount of memory pressure to cause an out-of-memory event in the middle of suspend. That is always quite a slow process, taking 90s on a normal machine and 500+s on skl-y. Furthermore, even when we do achieve the perfect setup, the test frequently locks up and fails to resume with no indication that it is a bug in the driver. The shrinker and oomkiller (plus i915) do not make for a pleasant time! Enough of Martin's whinging, I see no way of easily making this test quieter, quicker and more efficacious, relegate it to the masochist only stable. Signed-off-by: Chris Wilson Cc: Martin Peres Cc: Petri Latvala Reviewed-by: Martin Peres --- tests/intel-ci/blacklist.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/intel-ci') diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt index 8bad4c97..f9ad47ea 100644 --- a/tests/intel-ci/blacklist.txt +++ b/tests/intel-ci/blacklist.txt @@ -97,6 +97,10 @@ igt@gem_workarounds@hibernate-.* igt@gem_exec_suspend@basic-s4$ igt@gem_ctx_isolation@.*-s4 ############################################### +# Out-of-memory: spammy and often broken +############################################### +igt@i915_suspend@shrink +############################################### # pipe-d, pipe-e, pipe-f no current HW support ############################################### igt@.*@.*pipe-d-.* -- cgit v1.2.3