diff --git a/scaletest/workspacetraffic/run_test.go b/scaletest/workspacetraffic/run_test.go index a177390f9fd96..4e54c45da4bbf 100644 --- a/scaletest/workspacetraffic/run_test.go +++ b/scaletest/workspacetraffic/run_test.go @@ -296,6 +296,13 @@ func TestRun(t *testing.T) { if err == nil || errors.Is(err, io.EOF) { return } + // Ignore policy violations, we expect these, e.g.: + // + // failed to get reader: received close frame: status = StatusPolicyViolation and reason = "timed out" + if websocket.CloseStatus(err) == websocket.StatusPolicyViolation { + return + } + t.Error(err) })) defer srv.Close() 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