From ef0c7d2f36c2b25b8cfc2ed5ed58e75bf3447a82 Mon Sep 17 00:00:00 2001 From: sacOO7 Date: Tue, 23 Jul 2024 20:57:55 +0530 Subject: [PATCH] Skipped tests that use proxy internally --- ably/auth_integration_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ably/auth_integration_test.go b/ably/auth_integration_test.go index 6803b1d6..f2a1ec52 100644 --- a/ably/auth_integration_test.go +++ b/ably/auth_integration_test.go @@ -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), @@ -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)