From d39ff353440fce7684fe38e9b62164a860c5e3f8 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Fri, 18 Oct 2019 14:13:53 -0400 Subject: [PATCH] ci: blacklist fcos.python This is known to fail right now due to https://github.com/coreos/fedora-coreos-tracker/issues/280. --- .cci.jenkinsfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.cci.jenkinsfile b/.cci.jenkinsfile index 0e96266a0c..10cbb4d14a 100644 --- a/.cci.jenkinsfile +++ b/.cci.jenkinsfile @@ -15,7 +15,10 @@ coreos.pod([image: "quay.io/coreos-assembler/coreos-assembler:latest", kvm: true stage("Kola") { dir("cosa") { coreos.shwrap(""" - cosa kola run + # This is known to fail right now. See: + # https://github.com/coreos/fedora-coreos-tracker/issues/280 + # https://github.com/coreos/mantle/issues/1103 + cosa kola -- run --blacklist-test fcos.python """) } }