Skip to content

Commit

Permalink
skip azure-typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
julienp committed Jul 25, 2024
1 parent c6ba605 commit 8c58c78
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/containers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ func TestPulumiTemplateTests(t *testing.T) {
}
for _, cloud := range clouds {
// azure-python, aws-python, ...
if sdk == "typescript" && cloud == "azure" {
// We use docker & qemu to run arm64 images, and azure seems to be too large
// to successfully run in that environment.
// TODO: https://github.com/pulumi/pulumi-docker-containers/issues/211
continue
}
testCases = append(testCases, testCase{
template: fmt.Sprintf("%s-%s", cloud, sdk),
config: configs[cloud],
Expand Down

0 comments on commit 8c58c78

Please sign in to comment.