Skip to content

Commit

Permalink
feat: skip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinkim committed Mar 14, 2024
1 parent e5fcca2 commit ce2ed32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/tagmanager/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
)

func TestNewClient_Server(t *testing.T) {
// t.Skip()
t.Skip()

c, err := tagmanager.NewClient(
context.TODO(),
Expand Down Expand Up @@ -103,7 +103,7 @@ func TestNewClient_Server(t *testing.T) {
}

func TestNewClient_Web(t *testing.T) {
// t.Skip()
t.Skip()

c, err := tagmanager.NewClient(
context.TODO(),
Expand Down

0 comments on commit ce2ed32

Please sign in to comment.