x/text/message/pipeline: TestFullCycle missing a Skip if the go
command cannot be executed
#32844
Labels
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Testing
An issue that has been verified to require only test changes, not just a test failure.
Milestone
golang.org/x/text/message/pipeline.TestFullCycle
is persistently failing on theillumos-amd64-joyent
andjs-wasm
builders, apparently due to the inability to execute thego
command as a subprocess.The test should probably use
exec.LookPath
to explicitly check for ago
binary, and should callt.Skip
instead of failing if the binary is not available.The text was updated successfully, but these errors were encountered: