Skip to content

Commit

Permalink
chore: try running major upgrade tests to see if commits are fetched
Browse files Browse the repository at this point in the history
  • Loading branch information
ninabarbakadze committed May 21, 2024
1 parent e074cad commit 688f53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func main() {
logger := log.New(os.Stdout, "test-e2e", log.LstdFlags)

tests := []Test{
{"MinorVersionCompatibility", MinorVersionCompatibility},
// {"MinorVersionCompatibility", MinorVersionCompatibility},
{"MajorUpgradeToV2", MajorUpgradeToV2},
{"E2ESimple", E2ESimple},
}
Expand Down

0 comments on commit 688f53d

Please sign in to comment.