Skip to content

Commit

Permalink
ci: blacklist fcos.python
Browse files Browse the repository at this point in the history
This is known to fail right now due to
coreos/fedora-coreos-tracker#280.
  • Loading branch information
jlebon committed Oct 18, 2019
1 parent 8120b94 commit e1470f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .cci.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
""")
}
}
Expand Down

0 comments on commit e1470f0

Please sign in to comment.