Skip to content

Commit

Permalink
Skip the test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
magodo committed Nov 12, 2024
1 parent 8d3f369 commit d807b05
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ func TestAccContainerRegistryTokenPassword_complete(t *testing.T) {
}

func TestAccContainerRegistryTokenPassword_update(t *testing.T) {
t.Skip("Enable this test after removing the `ForceNew` on the `passwordx.expiry`")
data := acceptance.BuildTestData(t, "azurerm_container_registry_token_password", "test")
r := ContainerRegistryTokenPasswordResource{Expiry: time.Now().Add(time.Hour)}

Expand Down Expand Up @@ -83,6 +84,7 @@ func TestAccContainerRegistryTokenPassword_update(t *testing.T) {

// Regression test for https://github.com/hashicorp/terraform-provider-azurerm/issues/19138
func TestAccContainerRegistryTokenPassword_updateExpiryReflectNewValue(t *testing.T) {
t.Skip("Enable this test after removing the `ForceNew` on the `passwordx.expiry`")
data := acceptance.BuildTestData(t, "azurerm_container_registry_token_password", "test")
r := ContainerRegistryTokenPasswordResource{}

Expand Down

0 comments on commit d807b05

Please sign in to comment.