Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tstromberg committed Oct 17, 2019
1 parent 21aeec6 commit e008688
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/integration/a_serial_tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ import (
"k8s.io/minikube/pkg/minikube/localpath"
)

// This test runs before others due to filename order.
func TestDownloadAndDeleteAll(t *testing.T) {
profile := UniqueProfileName("download")
ctx, cancel := context.WithTimeout(context.Background(), 15*time.Minute)
Expand Down Expand Up @@ -76,8 +75,8 @@ func TestDownloadAndDeleteAll(t *testing.T) {
}
})
}
// This is a weird place to test profile deletion, but this test is serial, and we have a profile to delete!
t.Run("DeleteAll", func(t *testing.T) {
// This is a weird place to test profile deletion, but this test is serial, and we have an unneccesary profile to delete!
rr, err := Run(t, exec.CommandContext(ctx, Target(), "delete", "--all"))
if err != nil {
t.Errorf("%s failed: %v", rr.Args, err)
Expand Down

0 comments on commit e008688

Please sign in to comment.