Rename TestMissingUpgrade to TestMissingContainerUpgrade

pull/8741/head
Thomas Stromberg 2020-07-16 20:19:01 -07:00
parent 0f12f109e4
commit a14e48a9b7
1 changed files with 2 additions and 2 deletions

View File

@ -214,8 +214,8 @@ func TestKubernetesUpgrade(t *testing.T) {
}
}
// TestMissingUpgrade tests a Docker upgrade where the underlying container is missing
func TestMissingUpgrade(t *testing.T) {
// TestMissingContainerUpgrade tests a Docker upgrade where the underlying container is missing
func TestMissingContainerUpgrade(t *testing.T) {
if !DockerDriver() {
t.Skipf("This test is only for Docker")
}