mirror of
https://github.com/foomo/sesamy-cli.git
synced 2026-08-12 04:30:24 +00:00
feat: skip tests
This commit is contained in:
@@ -20,7 +20,7 @@ import (
|
||||
)
|
||||
|
||||
func TestNewClient_Server(t *testing.T) {
|
||||
// t.Skip()
|
||||
t.Skip()
|
||||
|
||||
c, err := tagmanager.NewClient(
|
||||
context.TODO(),
|
||||
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user