Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tests/build/build_templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,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() {
// Skipping till fix of the issue RHTAPBUGS-948 is available in RHTAP
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