projects
/
docker.io.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee0b0df
)
skip-racy-unit-tests
author
Paul Tagliamonte
<paultag@debian.org>
Tue, 12 Jul 2016 14:46:35 +0000
(15:46 +0100)
committer
Tianon Gravi
<tianon@debian.org>
Tue, 12 Jul 2016 14:46:35 +0000
(15:46 +0100)
Gbp-Pq: Name skip-racy-unit-tests.patch
pkg/integration/utils_test.go
patch
|
blob
|
history
diff --git
a/pkg/integration/utils_test.go
b/pkg/integration/utils_test.go
index d166489e62acaea263b6e5fcfdcccae8aa8c292e..38323efbb253dcb95ce782b84f92e273eea776a8 100644
(file)
--- a/
pkg/integration/utils_test.go
+++ b/
pkg/integration/utils_test.go
@@
-191,6
+191,10
@@
func TestRunCommandWithOutputAndTimeoutFinished(t *testing.T) {
}
func TestRunCommandWithOutputAndTimeoutKilled(t *testing.T) {
+ if testing.Short() {
+ t.Skip("Skipping racy test in short mode")
+ }
+
// TODO Windows: Port this test
if runtime.GOOS == "windows" {
t.Skip("Needs porting to Windows")