Skip to content

Commit

Permalink
put sequential test back
Browse files Browse the repository at this point in the history
  • Loading branch information
jackofallops committed Aug 23, 2024
1 parent 7d90cfd commit f5cfe4b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ func TestAccCognitiveDeploymentSequential(t *testing.T) {
"deployment": {
"basic": TestAccCognitiveDeployment_basic,
"requiresImport": testAccCognitiveDeployment_requiresImport,
//"complete": testAccCognitiveDeployment_complete,
"update": TestAccCognitiveDeployment_update,
"complete": testAccCognitiveDeployment_complete,
"update": TestAccCognitiveDeployment_update,
},
})
}
Expand Down Expand Up @@ -62,7 +62,7 @@ func testAccCognitiveDeployment_requiresImport(t *testing.T) {
})
}

func TestAccCognitiveDeployment_complete(t *testing.T) {
func testAccCognitiveDeployment_complete(t *testing.T) {
data := acceptance.BuildTestData(t, "azurerm_cognitive_deployment", "test")
r := CognitiveDeploymentTestResource{}
data.ResourceSequentialTest(t, r, []acceptance.TestStep{
Expand Down

0 comments on commit f5cfe4b

Please sign in to comment.