Skip to content

Commit

Permalink
chore: get unit tests working on Apple ARM processors (#1106)
Browse files Browse the repository at this point in the history
3 integration tests from "terraform_rename_provider_test.go" still fail
  • Loading branch information
blgm authored Oct 7, 2024
1 parent 8eb59b0 commit 543d82c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/brokerpak/reader/reader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ func fakeBrokerpak(opts ...option) string {
Platforms: []platform.Platform{
{Os: "linux", Arch: "amd64"},
{Os: "darwin", Arch: "amd64"},
{Os: "darwin", Arch: "arm64"},
},
ServiceDefinitions: []string{"example-service-definition.yml"},
Parameters: []manifest.Parameter{
Expand Down
1 change: 1 addition & 0 deletions pkg/brokerpak/cmd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ func fakeBrokerpak() (string, error) {
Platforms: []platform.Platform{
{Os: "linux", Arch: "amd64"},
{Os: "darwin", Arch: "amd64"},
{Os: "darwin", Arch: "arm64"},
},
// These resources are stubbed with a local dummy file
TerraformVersions: []manifest.TerraformVersion{
Expand Down

0 comments on commit 543d82c

Please sign in to comment.