mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 02:02:43 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user