mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Skip flaky test (again) (#30495)
This commit is contained in:
parent
5fc969492c
commit
7537a4d60d
1 changed files with 1 additions and 0 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue