Skip to content

Commit

Permalink
Merge pull request #8140 from sharifelgamal/cert-test
Browse files Browse the repository at this point in the history
do not delete generated certs for functional test
  • Loading branch information
sharifelgamal authored May 13, 2020
2 parents 677c2e4 + a783d08 commit 462adcb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/integration/functional_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,6 @@ func TestFunctional(t *testing.T) {
if err := os.Remove(p); err != nil {
t.Logf("unable to remove %q: %v", p, err)
}
p = localTestCertPath()
if err := os.Remove(p); err != nil {
t.Logf("unable to remove %q: %v", p, err)
}
p = localEmptyCertPath()
if err := os.Remove(p); err != nil {
t.Logf("unable to remove %q: %v", p, err)
}

Cleanup(t, profile, cancel)
}()
Expand Down

0 comments on commit 462adcb

Please sign in to comment.