Skip flaky test (again) (#30495)

This commit is contained in:
Luke Heath 2025-07-01 17:26:13 -06:00 committed by GitHub
parent 5fc969492c
commit 7537a4d60d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,7 @@ import (
)
func TestAsyncLastSeen(t *testing.T) {
t.Skip("Skipping flaky test. Re-enable after fixing #24652")
t.Parallel()
runLoopAndWait := func(t *testing.T, als *asyncLastSeen) (ctx context.Context, stop func()) {