diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2018-07-30 15:55:03 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2018-07-31 08:27:28 +0100 |
commit | 263ca16e4d8909f475d32a28fc0e5972bac214fb (patch) | |
tree | 0adc1fc7a97f6bcb4f231ee861c6cef70931e759 /tests/intel-ci | |
parent | ec33ca11dcd2a9e307e1d9e75b806eaf4711cc6c (diff) |
intel-ci: Drop gem_cs_tlb from fast-feedback
gem_cs_tlb tries to detect a HW issue and is not exercising a
fundamental property of either the HW or uABI, it doesn't indicate
general health of a driver with respect to testing a patchset and so
need only be done later (after fast-feedback).
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/fast-feedback.testlist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist index 510024c1..1f3b9535 100644 --- a/tests/intel-ci/fast-feedback.testlist +++ b/tests/intel-ci/fast-feedback.testlist @@ -13,7 +13,6 @@ igt@gem_busy@basic-busy-default igt@gem_close_race@basic-process igt@gem_close_race@basic-threads igt@gem_cpu_reloc@basic -igt@gem_cs_tlb@basic-default igt@gem_ctx_create@basic igt@gem_ctx_create@basic-files igt@gem_ctx_exec@basic |