Disable nginx integration test in pki test suites (#18141)
Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>
This commit is contained in:
parent
78efcb7d6a
commit
347cdf811c
|
@ -405,6 +405,8 @@ func CheckWithGo(t *testing.T, rootCert string, clientCert string, clientChain [
|
|||
}
|
||||
|
||||
func RunNginxRootTest(t *testing.T, caKeyType string, caKeyBits int, caUsePSS bool, roleKeyType string, roleKeyBits int, roleUsePSS bool) {
|
||||
t.Skipf("flaky in CI")
|
||||
|
||||
b, s := pki.CreateBackendWithStorage(t)
|
||||
|
||||
testSuffix := fmt.Sprintf(" - %v %v %v - %v %v %v", caKeyType, caKeyType, caUsePSS, roleKeyType, roleKeyBits, roleUsePSS)
|
||||
|
|
Loading…
Reference in New Issue