diff mbox

[i-g-t,8/8] tests/gem_exec_suspend: Remove hibernate from BAT.

Message ID 1464366473-14046-8-git-send-email-marius.c.vlad@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Marius Vlad May 27, 2016, 4:27 p.m. UTC
We are already skipping this test in CI on more than one platform,
so migrate them to nightly.

Signed-off-by: Marius Vlad <marius.c.vlad@intel.com>
---
 tests/gem_exec_suspend.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Chris Wilson May 27, 2016, 4:38 p.m. UTC | #1
On Fri, May 27, 2016 at 07:27:53PM +0300, Marius Vlad wrote:
> We are already skipping this test in CI on more than one platform,
> so migrate them to nightly.

And? So QA is failing, don't bother testing at all?
-Chris
diff mbox

Patch

diff --git a/tests/gem_exec_suspend.c b/tests/gem_exec_suspend.c
index cd133cc..3d529bd 100644
--- a/tests/gem_exec_suspend.c
+++ b/tests/gem_exec_suspend.c
@@ -247,7 +247,7 @@  igt_main
 		run_test(fd, -1, NOSLEEP);
 	igt_subtest("basic-S3")
 		run_test(fd, -1, SUSPEND);
-	igt_subtest("basic-S4")
+	igt_subtest("S4")
 		run_test(fd, -1, HIBERNATE);
 
 	for (e = intel_execution_engines; e->name; e++) {