File: 0005-Skip-slow-tests.patch

package info (click to toggle)
golang-github-onsi-ginkgo-v2 2.27.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,340 kB
  • sloc: javascript: 65; makefile: 23; sh: 14
file content (22 lines) | stat: -rw-r--r-- 581 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Shengjing Zhu <zhsj@debian.org>
Date: Wed, 2 Aug 2023 01:35:53 +0800
Subject: Skip slow tests

Forwarded: not-needed
---
 integration/watch_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integration/watch_test.go b/integration/watch_test.go
index a1e08ac..6839324 100644
--- a/integration/watch_test.go
+++ b/integration/watch_test.go
@@ -11,7 +11,7 @@ import (
 	"github.com/onsi/gomega/gexec"
 )
 
-var _ = Describe("Watch", MarkSlow, func() {
+var _ = XDescribe("Watch", MarkSlow, func() {
 	var session *gexec.Session
 
 	BeforeEach(func() {