Skip to content

Commit

Permalink
Remove Pipelineressources from integration test
Browse files Browse the repository at this point in the history
We get a false negative during Triggers integration testing.
  • Loading branch information
khrm committed Sep 15, 2023
1 parent cc1b7b7 commit 5cfc1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function install_pipeline_crd() {
fail_test "Tekton pipeline installation failed"

# Make sure that eveything is cleaned up in the current namespace.
for res in pipelineresources tasks pipelines taskruns pipelineruns; do
for res in tasks pipelines taskruns pipelineruns; do
kubectl delete --ignore-not-found=true ${res}.tekton.dev --all
done

Expand Down

0 comments on commit 5cfc1a5

Please sign in to comment.