Skip to content

Commit d436d10

Browse files
committed
Try removing some TODOs for issues that have been makred fixed
1 parent 396cd5f commit d436d10

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/acc_test.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -483,14 +483,6 @@ func TestGenerateTerraformAwsModulesSDKs(t *testing.T) {
483483
t.Run("typescript", func(t *testing.T) {
484484
d := dest("node")
485485
pulumiConvert(t, localProviderBinPath, pclDir, d, "typescript", generateOnly)
486-
487-
// TODO[github.com/pulumi#19616] not quite working right and to avoid issues we need to clean up
488-
// artifacts of `pulumi install`.
489-
err := os.RemoveAll(filepath.Join(d, "node_modules"))
490-
require.NoError(t, err)
491-
492-
err = os.RemoveAll(filepath.Join(d, "package-lock.json"))
493-
require.NoError(t, err)
494486
})
495487

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

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

0 commit comments

Comments
 (0)