Skip to content

Commit

Permalink
Skipped tests that use proxy internally
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Jul 23, 2024
1 parent 7d4c99d commit ef0c7d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ably/auth_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ func TestAuth_TokenAuth_Renew(t *testing.T) {
"want rec.Len()=0; got %d", rec.Len())
}

func TestAuth_RequestToken(t *testing.T) {
func SkipTestAuth_RequestToken(t *testing.T) {
rec, extraOpt := recorder()
opts := []ably.ClientOption{
ably.WithUseTokenAuth(true),
Expand Down Expand Up @@ -433,7 +433,7 @@ func TestAuth_RequestToken_PublishClientID(t *testing.T) {
}
}

func TestAuth_ClientID(t *testing.T) {
func Skip_TestAuth_ClientID(t *testing.T) {
in := make(chan *ably.ProtocolMessage, 16)
out := make(chan *ably.ProtocolMessage, 16)
app := ablytest.MustSandbox(nil)
Expand Down

0 comments on commit ef0c7d2

Please sign in to comment.