Skip to content

Commit

Permalink
chore: disable tekton-results pipeline logs check (#1108)
Browse files Browse the repository at this point in the history
  • Loading branch information
psturc authored Apr 4, 2024
1 parent 8a6b8e8 commit 0af8f04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/build/build_templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,8 @@ var _ = framework.BuildSuiteDescribe("Build templates E2E test", Label("build",
Expect(records.Record).NotTo(BeEmpty(), fmt.Sprintf("No records found for PipelineRun %s", pr.Name))
})

It("should have Pipeline Logs", func() {
// Temporarily disabled until https://issues.redhat.com/browse/SRVKP-4348 is resolved
It("should have Pipeline Logs", Pending, func() {
// Verify if result is stored in Database
// temporary logs due to RHTAPBUGS-213
logs, err := resultClient.GetLogs(testNamespace, string(pr.GetUID()))
Expand Down

0 comments on commit 0af8f04

Please sign in to comment.