Remove refs to jhowardmsft from .go code

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard
2019-09-25 10:51:18 -07:00
parent ef89d70aed
commit 8988448729
12 changed files with 14 additions and 16 deletions

View File

@@ -89,7 +89,7 @@ func (s *DockerSuite) TestAttachMultipleAndRestart(c *testing.T) {
}
func (s *DockerSuite) TestAttachTTYWithoutStdin(c *testing.T) {
// TODO @jhowardmsft. Figure out how to get this running again reliable on Windows.
// TODO: Figure out how to get this running again reliable on Windows.
// It works by accident at the moment. Sometimes. I've gone back to v1.13.0 and see the same.
// On Windows, docker run -d -ti busybox causes the container to exit immediately.
// Obviously a year back when I updated the test, that was not the case. However,