CI gets upset about it resulting in an incomplete, let's skip it until
that's fixed to avoid havoc in the CI farm. Of course this should/will
be reverted as soon as we have a fix (similar to how we dealt with the
snb-dies-in-blt-hangs issue).

Cc: Joonas Lahtinen <[email protected]>
Cc: Chris Wilson <[email protected]>
Cc: "Lofstedt, Marta" <[email protected]>
Cc: Martin Peres <[email protected]>
References: 
https://intel-gfx-ci.01.org/tree/drm-tip/igt@[email protected]
References: https://bugs.freedesktop.org/show_bug.cgi?id=103289
Signed-off-by: Daniel Vetter <[email protected]>
---
 tests/gem_eio.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/gem_eio.c b/tests/gem_eio.c
index 899cb62728e3..28375e208232 100644
--- a/tests/gem_eio.c
+++ b/tests/gem_eio.c
@@ -218,6 +218,9 @@ static void test_inflight_suspend(int fd)
        igt_require(gem_has_exec_fence(fd));
        igt_require(i915_reset_control(false));
 
+       igt_skip_on_f(IS_SANDYBRIDGE(intel_get_drm_devid(fd)),
+                     "random incompletes in CI with this test\n");
+
        memset(obj, 0, sizeof(obj));
        obj[0].flags = EXEC_OBJECT_WRITE;
        obj[1].handle = gem_create(fd, 4096);
-- 
2.15.0.rc1

_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to