### Description Doesn't appear to be failing often, but has failed a couple of times over the years, and may be racy; most recently failed on https://github.com/moby/moby/pull/44126 ``` === FAIL: amd64.integration-cli TestDockerCLIRunSuite/TestRunAttachDetachFromInvalidFlag (0.85s) docker_cli_run_unix_test.go:233: read |0: file already closed --- FAIL: TestDockerCLIRunSuite/TestRunAttachDetachFromInvalidFlag (0.85s) ``` - https://github.com/moby/moby/pull/36424#issuecomment-368806539 - https://github.com/moby/moby/pull/34554#issuecomment-326156589 - https://github.com/moby/moby/pull/34707#issuecomment-327257476 - https://github.com/moby/moby/pull/31211#issuecomment-281320818 - https://github.com/moby/moby/pull/39683#issuecomment-519180161
Description
Doesn't appear to be failing often, but has failed a couple of times over the
years, and may be racy; most recently failed on #44126