Skip to content

Commit

Permalink
Comment out currently unused tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Jun 1, 2021
1 parent 045f100 commit ca83940
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions aws/resource_aws_amplify_branch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ func testAccAWSAmplifyBranch_BackendEnvironmentArn(t *testing.T) {
})
}

/*
func TestAccAWSAmplifyBranch_simple(t *testing.T) {
rName := acctest.RandomWithPrefix("tf-acc-test")
resourceName := "aws_amplify_branch.test"
Expand Down Expand Up @@ -370,6 +371,7 @@ func TestAccAWSAmplifyBranch_environmentVariables(t *testing.T) {
},
})
}
*/

func testAccCheckAWSAmplifyBranchExists(resourceName string, v *amplify.Branch) resource.TestCheckFunc {
return func(s *terraform.State) error {
Expand Down Expand Up @@ -520,6 +522,7 @@ resource "aws_amplify_branch" "test" {
`, rName, environmentName)
}

/*
func testAccAWSAmplifyBranchConfig_Required(rName string) string {
return testAccAWSAmplifyBranchConfigBranch(rName, "master")
}
Expand Down Expand Up @@ -661,3 +664,4 @@ resource "aws_amplify_branch" "test" {
}
`, rName)
}
*/

0 comments on commit ca83940

Please sign in to comment.