Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions tests/acc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -483,14 +483,6 @@ func TestGenerateTerraformAwsModulesSDKs(t *testing.T) {
t.Run("typescript", func(t *testing.T) {
d := dest("node")
pulumiConvert(t, localProviderBinPath, pclDir, d, "typescript", generateOnly)

// TODO[github.com/pulumi#19616] not quite working right and to avoid issues we need to clean up
// artifacts of `pulumi install`.
err := os.RemoveAll(filepath.Join(d, "node_modules"))
require.NoError(t, err)

err = os.RemoveAll(filepath.Join(d, "package-lock.json"))
require.NoError(t, err)
})

t.Run("python", func(t *testing.T) {
Expand All @@ -500,7 +492,6 @@ func TestGenerateTerraformAwsModulesSDKs(t *testing.T) {
})

t.Run("dotnet", func(t *testing.T) {
t.Skip("TODO[pulumi/pulumi-terraform-module#77] the project is missing the SDK")
d := dest("dotnet")
pulumiConvert(t, localProviderBinPath, pclDir, d, "dotnet", generateOnly)
})
Expand Down
Loading