Skip to content

Commit

Permalink
Skip type checking on 2 transpiled tests
Browse files Browse the repository at this point in the history
- azure-app-service
- aws-static-website
  • Loading branch information
iwahbe committed Nov 16, 2022
1 parent 4646b28 commit 914d95d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/codegen/testing/test/program_driver.go
Expand Up @@ -228,6 +228,7 @@ var PulumiPulumiYAMLProgramTests = []ProgramTest{
Directory: transpiled("aws-static-website"),
Description: "AWS static website",
Skip: codegen.NewStringSet("go", "nodejs", "dotnet"),
BindOptions: []pcl.BindOption{pcl.SkipResourceTypechecking},
},
{
Directory: transpiled("awsx-fargate"),
Expand All @@ -238,6 +239,7 @@ var PulumiPulumiYAMLProgramTests = []ProgramTest{
Directory: transpiled("azure-app-service"),
Description: "Azure App Service",
Skip: codegen.NewStringSet("go", "dotnet"),
BindOptions: []pcl.BindOption{pcl.SkipResourceTypechecking},
},
{
Directory: transpiled("azure-container-apps"),
Expand Down

0 comments on commit 914d95d

Please sign in to comment.