Skip to content

Commit

Permalink
remove unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-henglu committed Sep 20, 2024
1 parent 8ffcdc9 commit 8ed5fdc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion internal/clients/resource_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,6 @@ func (client *ResourceClient) shouldIgnorePollingError(err error) bool {
if err == nil {
return true
}

// there are some APIs that don't follow the ARM LRO guideline, return the response as is
var responseErr *azcore.ResponseError
if errors.As(err, &responseErr) {
Expand Down
1 change: 0 additions & 1 deletion internal/services/azapi_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@ func TestAccGenericResource_secretsInAsterisks(t *testing.T) {
}

func TestAccGenericResource_nonstandardLRO(t *testing.T) {
// t.Skip("This test is passing locally but failing in CI. Skipping for now.")
data := acceptance.BuildTestData(t, "azapi_resource", "test")
r := GenericResource{}
data.ResourceTest(t, r, []resource.TestStep{
Expand Down

0 comments on commit 8ed5fdc

Please sign in to comment.