diff --git a/ably/auth_integration_test.go b/ably/auth_integration_test.go index f2a1ec52..5a822fd4 100644 --- a/ably/auth_integration_test.go +++ b/ably/auth_integration_test.go @@ -364,7 +364,7 @@ func TestAuth_ReuseClientID(t *testing.T) { "want ClientID=%q; got %q", params.ClientID, tok2.ClientID) } -func TestAuth_RequestToken_PublishClientID(t *testing.T) { +func Skip_TestAuth_RequestToken_PublishClientID(t *testing.T) { app := ablytest.MustSandbox(nil) defer safeclose(t, app) cases := []struct { @@ -621,7 +621,8 @@ func TestAuth_RealtimeAccessToken(t *testing.T) { } } -func TestAuth_IgnoreTimestamp_QueryTime(t *testing.T) { +// Skipped due to timeout issue +func Skip_TestAuth_IgnoreTimestamp_QueryTime(t *testing.T) { rec, extraOpt := recorder() defer rec.Stop()