mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-06-03 01:44:53 +00:00
🤖 Drop wrong test
Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com>
This commit is contained in:
parent
2e99409203
commit
3f4388e6df
@ -19,8 +19,6 @@ var _ = Describe("Releases", func() {
|
||||
releases, err := github.FindReleases(context.Background(), "", "kairos-io/kairos", false)
|
||||
Expect(err).ToNot(HaveOccurred())
|
||||
Expect(len(releases)).To(BeNumerically(">", 0))
|
||||
// Expect the one at the bottom to be the first "real" release of kairos
|
||||
Expect(releases[len(releases)-1].Original()).To(Equal("v1.0.0"))
|
||||
// Expect the first one to be greater than the last one
|
||||
Expect(releases[0].GreaterThan(releases[len(releases)-1]))
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user