1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-04-15 11:56:45 +02:00

Removes t.Skip() and re-activates integration test (#3299)

This commit is contained in:
ffeldmann 2021-11-19 11:28:15 +01:00 committed by GitHub
parent d395b362ed
commit f16b11b804
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,6 @@ import (
func TestNpmProject(t *testing.T) {
t.Parallel()
t.Skip()
container := givenThisContainer(t, IntegrationTestDockerExecRunnerBundle{
Image: "paketobuildpacks/builder:full",
User: "cnb",