Skip to content

Commit

Permalink
chore: re-enable test for checking pipeline logs (konflux-ci#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
psturc authored and siddardh committed Mar 4, 2024
1 parent 1a38f6c commit dcfb55f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/build/build_templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,7 @@ var _ = framework.BuildSuiteDescribe("Build templates E2E test", Label("build",
Expect(records.Record).NotTo(BeEmpty(), fmt.Sprintf("No records found for PipelineRun %s", pr.Name))
})

// Skipping till fix of the issue RHTAPBUGS-948 is available in RHTAP
It("should have Pipeline Logs", Pending, func() {
It("should have Pipeline Logs", 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 dcfb55f

Please sign in to comment.