Skip to content

Commit

Permalink
chore: Skip tests for deprecated APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbazhlekova committed Nov 8, 2023
1 parent c8e2636 commit 32b46d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/alerts/conditions_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

func TestIntegrationConditions(t *testing.T) {
t.Parallel()
t.Skipf("This a legacy API which will be deprecated soon")

var (
testConditionRandStr = nr.RandSeq(5)
Expand Down
2 changes: 1 addition & 1 deletion pkg/apm/labels_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

func TestIntegrationLabels(t *testing.T) {
t.Parallel()
t.Skipf("This API is deprecated so it always returns an error")

client := newIntegrationTestClient(t)

Expand Down

0 comments on commit 32b46d4

Please sign in to comment.