diff --git a/e2e/main_test.go b/e2e/main_test.go index 0f62ed1b..a752e58d 100644 --- a/e2e/main_test.go +++ b/e2e/main_test.go @@ -141,10 +141,6 @@ func TestSignedComponentUploadToLocalOCIRegistry(t *testing.T) { Assess("Validate Component "+podinfoFrontendComponentName, checkRepositoryExistsInRegistry(componentNamePrefix+componentNameIdentifier+podinfoFrontendComponentName)). Assess("Validate Component "+redisComponentName, checkRepositoryExistsInRegistry(componentNamePrefix+componentNameIdentifier+redisComponentName)) - signatureVerificationFailed := features.New("Validate if invalid signed OCM Components are present in OCI Registry"). - Assess("Check that component version "+cvName+"is ready and signature verification failed", checkIsComponentVersionFailed(cvName)). - Teardown(shared.DeleteSecret(keyName)) - signatureVerification := features.New("Validate if signed Component Versions of OCM Components exist"). WithStep("create valid rsa key secret", 1, shared.CreateSecret(keyName, map[string][]byte{keyName: publicKey}, nil, "")). Assess("Check that component version "+cvName+" is ready and signature was verified", checkIsComponentVersionReady(cvName, ocmNamespace))