Skip to content

Commit

Permalink
unreliable gitlab test skip (#2186)
Browse files Browse the repository at this point in the history
* unreliable gitlab test skip

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

* comm

Signed-off-by: gauron99 <fridrich.david19@gmail.com>

---------

Signed-off-by: gauron99 <fridrich.david19@gmail.com>
  • Loading branch information
gauron99 authored Feb 27, 2024
1 parent 51f7a70 commit fcdafd7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/pipelines/tekton/gitlab_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ import (
)

func TestGitlab(t *testing.T) {
// this test is unreliable and fails majority of the time with unrelated problem
// skip this for now until the issue is fixed
// https://github.com/knative/func/issues/2185
t.Skip()
var err error
ctx, cancel := signal.NotifyContext(context.Background(), os.Interrupt)
defer cancel()
Expand Down

0 comments on commit fcdafd7

Please sign in to comment.