Skip to content

Commit

Permalink
Skip flytectl upgrade tests (#5381)
Browse files Browse the repository at this point in the history
* Skip flytectl upgrade tests

Signed-off-by: Eduardo Apolinario <[email protected]>

* Fix lint errors for real this time

Signed-off-by: Eduardo Apolinario <[email protected]>

* Skip all tests using a TestMain

Signed-off-by: Eduardo Apolinario <[email protected]>

---------

Signed-off-by: Eduardo Apolinario <[email protected]>
Co-authored-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario and eapolinario authored May 17, 2024
1 parent 96acc5c commit 2f1f813
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions flytectl/cmd/upgrade/upgrade_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package upgrade

import (
"fmt"
"sort"
"testing"

Expand Down Expand Up @@ -175,3 +176,7 @@ func TestSelfUpgradeRollback(t *testing.T) {
})

}

func TestMain(_ *testing.M) {
fmt.Println("Skipping due to https://github.com/flyteorg/flyte/issues/5372")
}

0 comments on commit 2f1f813

Please sign in to comment.