Skip to content

Commit

Permalink
Merge pull request #170 from kinvolk/kai/remove-rkt-test
Browse files Browse the repository at this point in the history
kola/tests/rkt: remove the rkt test from running on Alpha
  • Loading branch information
pothos authored Apr 22, 2021
2 parents 3e63cb5 + 3e0c076 commit 2665d15
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions kola/tests/rkt/rkt.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,11 @@ func init() {
})

register.Register(&register.Test{
Name: "rkt.base",
ClusterSize: 1,
Run: rktBase,
Distros: []string{"cl"},
Name: "rkt.base",
ClusterSize: 1,
Run: rktBase,
Distros: []string{"cl"},
ExcludeChannels: []string{"alpha"},
})

}
Expand Down

0 comments on commit 2665d15

Please sign in to comment.