Remove integration test count from documentation
parent
1f59ad1d76
commit
6ea7e03304
|
|
@ -103,11 +103,6 @@ func TestDocs(docPath string, pathToCheck string) error {
|
|||
return err
|
||||
}
|
||||
|
||||
_, err = buf.WriteString(fmt.Sprintf("TEST COUNT: %d", counter))
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
err = ioutil.WriteFile(docPath, buf.Bytes(), 0o644)
|
||||
return err
|
||||
}
|
||||
|
|
|
|||
|
|
@ -365,4 +365,3 @@ upgrades Kubernetes from oldest to newest
|
|||
## TestMissingContainerUpgrade
|
||||
tests a Docker upgrade where the underlying container is missing
|
||||
|
||||
TEST COUNT: 116
|
||||
Loading…
Reference in New Issue