diff --git a/tests/build/build_templates.go b/tests/build/build_templates.go index cc8f336db1..66e6bd190a 100644 --- a/tests/build/build_templates.go +++ b/tests/build/build_templates.go @@ -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()))