From 5040c7439da71a967052e0b0e2f5d70cb76058f3 Mon Sep 17 00:00:00 2001 From: Christian Ehrhardt Date: Wed, 28 Nov 2018 07:34:32 +0100 Subject: [PATCH] - d/t/boot-and-services: ignore flaky results on gdm init for user@118.service (LP: #1805358) Signed-off-by: Christian Ehrhardt --- debian/tests/boot-and-services | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/tests/boot-and-services b/debian/tests/boot-and-services index 749521353c..50825c0cb9 100755 --- a/debian/tests/boot-and-services +++ b/debian/tests/boot-and-services @@ -53,6 +53,8 @@ class ServicesTest(unittest.TestCase): failed = [f for f in failed if 'console-setup' not in f] # cpi.service fails on s390x failed = [f for f in failed if 'cpi.service' not in f] + # gdm works too unreliable and lets user session 118 fail (LP: #1805358) + failed = [f for f in failed if 'user@118.service' not in f] if failed: for f in failed: f = f.split()[0] -- 2.17.1