From 889b3d135985c626e7c6745e1a1e99d724bcaf9b 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 """) } }