Add notes.

This commit is contained in:
Shishir Mahajan 2020-06-25 13:46:45 -07:00
parent 0bc2c835fe
commit 182e68ca7a
No known key found for this signature in database
GPG Key ID: D41782E7688DEC4A
1 changed files with 4 additions and 0 deletions

View File

@ -222,6 +222,10 @@ func newTestDockerClient(t *testing.T) *docker.Client {
return client
}
// Following tests have been removed from this file.
// [TestDockerDriver_Fingerprint, TestDockerDriver_Fingerprint_Bridge, TestDockerDriver_Check_DockerHealthStatus]
// If you want to checkout/revert those tests, please check commit: 41715b1860778aa80513391bd64abd721d768ab0
func TestDockerDriver_Start_Wait(t *testing.T) {
if !tu.IsCI() {
t.Parallel()