Skip to content

Commit

Permalink
Skipped two tests that began to fail (reason API changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinhard-Pilz-Dynatrace committed Jan 31, 2025
1 parent e209af2 commit 34763ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ import (
)

func TestAccAppSecAttackProtectionAllowlist(t *testing.T) {
t.Skip()
api.TestAcc(t)
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ import (
)

func TestAccOneAgentDefaultMode(t *testing.T) {
t.Skip()
api.TestAcc(t)
}

0 comments on commit 34763ac

Please sign in to comment.