Open gopherbot opened 8 months ago
Found new dashboard test flakes for:
#!watchflakes
default <- pkg == "golang.org/x/crypto/ssh/test" && test == "TestCiphers/chacha20-poly1305@openssh.com"
Found new dashboard test flakes for:
#!watchflakes
default <- pkg == "golang.org/x/crypto/ssh/test" && test ~ `TestCiphers`
This may be related to #64959 (attn @drakkan).
Change https://go.dev/cl/564457 mentions this issue: ssh/test: workaround for TestCiphers failures on macOS
Found new dashboard test flakes for:
#!watchflakes
post <- goos == "darwin" && pkg == "golang.org/x/crypto/ssh/test" && test ~ `TestCiphers`
Found new dashboard test flakes for:
#!watchflakes
post <- goos == "darwin" && pkg == "golang.org/x/crypto/ssh/test" && test ~ `TestCiphers`
Found new dashboard test flakes for:
#!watchflakes
post <- goos == "darwin" && pkg == "golang.org/x/crypto/ssh/test" && test ~ `TestCiphers`
Issue created automatically to collect these failures.
Example (log):
— watchflakes