From 1dfffb48637fe15e2bbf6b150f615a379f5b6d29 Mon Sep 17 00:00:00 2001 From: Paul Tagliamonte Date: Tue, 12 Jul 2016 15:46:35 +0100 Subject: [PATCH] skip-racy-unit-tests Gbp-Pq: Name skip-racy-unit-tests.patch --- pkg/integration/utils_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkg/integration/utils_test.go b/pkg/integration/utils_test.go index d166489e..38323efb 100644 --- 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") -- 2.30.2