mirror of https://github.com/knative/func.git
unreliable gitlab test skip (#2186)
* 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>
This commit is contained in:
parent
51f7a70b9a
commit
fcdafd7d1b
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue