Skip flaky test.

This commit is contained in:
Louis Thibault 2024-01-31 12:10:25 -05:00
parent b34429aa1e
commit 3cfbf8feba

View file

@ -48,6 +48,8 @@ func TestSessionManager_MaxConcurrentSessions(t *testing.T) {
})
t.Run("ContextExpired", func(t *testing.T) {
t.Skip("Skipping flaky test")
ctx, cancel := context.WithCancel(context.Background())
cancel()