Remove integration test count from documentation

pull/11429/head
Anders F Björklund 2021-05-17 08:06:19 +02:00
parent 1f59ad1d76
commit 6ea7e03304
2 changed files with 0 additions and 6 deletions

View File

@ -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
}

View File

@ -365,4 +365,3 @@ upgrades Kubernetes from oldest to newest
## TestMissingContainerUpgrade
tests a Docker upgrade where the underlying container is missing
TEST COUNT: 116