From 18dde7f1569a8ed2cde1d52b08a277af117d8048 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Wed, 9 Apr 2025 09:10:52 +0100 Subject: [PATCH] chore(agent/agentscripts): disable TestTimeout on macOS --- agent/agentscripts/agentscripts_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/agent/agentscripts/agentscripts_test.go b/agent/agentscripts/agentscripts_test.go index 72554e7ef0a75..0100f399c5eff 100644 --- a/agent/agentscripts/agentscripts_test.go +++ b/agent/agentscripts/agentscripts_test.go @@ -102,6 +102,9 @@ func TestEnv(t *testing.T) { func TestTimeout(t *testing.T) { t.Parallel() + if runtime.GOOS == "darwin" { + t.Skip("this test is flaky on macOS, see https://github.com/coder/internal/issues/329") + } runner := setup(t, nil) defer runner.Close() aAPI := agenttest.NewFakeAgentAPI(t, testutil.Logger(t), nil, nil) pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy