Fix http default backend test (#10382)
This commit is contained in:
parent
c6b800e391
commit
0ae164730c
2 changed files with 9 additions and 9 deletions
|
@ -47,7 +47,7 @@ var _ = framework.DescribeSetting("OCSP", func() {
|
|||
})
|
||||
|
||||
ginkgo.It("should enable OCSP and contain stapling information in the connection", func() {
|
||||
ginkgo.Skip("OCSP tests are failing due to bad glibc versions")
|
||||
ginkgo.Skip("Skipped due to a bug with cfssl and Alpine")
|
||||
host := "www.example.com"
|
||||
|
||||
f.UpdateNginxConfigMapData("enable-ocsp", "true")
|
||||
|
|
Loading…
Reference in a new issue