summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/i915/i915_pm_rpm.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/i915/i915_pm_rpm.c b/tests/i915/i915_pm_rpm.c
index 6321dd40..7690775c 100644
--- a/tests/i915/i915_pm_rpm.c
+++ b/tests/i915/i915_pm_rpm.c
@@ -1400,16 +1400,6 @@ static void gem_execbuf_stress_subtest(int rounds, int wait_flags)
gem_close(drm_fd, handle);
}
-/* When this test was written, it triggered WARNs and DRM_ERRORs on dmesg. */
-static void gem_idle_subtest(void)
-{
- disable_all_screens_and_wait(&ms_data);
-
- sleep(5);
-
- gem_test_engine(drm_fd, -1);
-}
-
static void gem_evict_pwrite_subtest(void)
{
struct {
@@ -2049,8 +2039,6 @@ igt_main_args("", long_options, help_str, opt_handler, NULL)
gem_pread_subtest();
igt_subtest("gem-execbuf")
gem_execbuf_subtest();
- igt_subtest("gem-idle")
- gem_idle_subtest();
igt_subtest("gem-evict-pwrite") {
gem_require_mappable_ggtt(drm_fd);
gem_evict_pwrite_subtest();