From 48f9141dd78f3d732befc0f843e812ab98a710f5 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Wed, 6 Feb 2019 11:38:44 +0100 Subject: [PATCH] =?UTF-8?q?Re-enable=20pipelinerun=20tests=20=F0=9F=91=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Vincent Demeester --- test/e2e-tests-yaml.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/test/e2e-tests-yaml.sh b/test/e2e-tests-yaml.sh index 94a9d710d94..d2de242b8eb 100755 --- a/test/e2e-tests-yaml.sh +++ b/test/e2e-tests-yaml.sh @@ -33,12 +33,7 @@ install_pipeline_crd # Run the tests failed=0 -# FIXME(vdemeester) add pipelinerun to the test… -# They are currently block by -# - https://github.com/knative/build-pipeline/issues/375 -# - https://github.com/knative/build-pipeline/pull/443 -# for test in taskrun pipelinerun; do -for test in taskrun; do +for test in taskrun pipelinerun; do header "Running YAML e2e tests for ${test}s" if ! run_yaml_tests ${test}; then echo "ERROR: one or more YAML tests failed"