Skip to content

Commit ac24c24

Browse files
committed
WIP
Signed-off-by: droctothorpe <[email protected]>
1 parent b8c5c45 commit ac24c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/test/testutil/test_utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func CheckIfSkipping(stringValue string) {
6363
// Skip pipeline if name contains "GH-" (case-insensitive)
6464
if strings.Contains(strings.ToLower(stringValue), "_gh-") {
6565
issue := strings.Split(strings.ToLower(stringValue), "_gh-")[1]
66-
ginkgo.Skip()
66+
ginkgo.Skip("Skipping pipeline run")
6767
fmt.Printf("Skipping pipeline run test because of a known issue: https://github.com/kubeflow/pipelines/issues/%s", issue)
6868

6969
}

0 commit comments

Comments
 (0)