From 6c179bb90ea92ac7482480fee2a7261eeef0dc2d Mon Sep 17 00:00:00 2001 From: Kevin Earls Date: Wed, 28 Oct 2020 11:43:08 +0100 Subject: [PATCH] Skip generator test until issue 1278 if resolved (#1279) Signed-off-by: Kevin Earls --- test/e2e/generator_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/e2e/generator_test.go b/test/e2e/generator_test.go index 1a3fbdd77..4be19fb2f 100644 --- a/test/e2e/generator_test.go +++ b/test/e2e/generator_test.go @@ -69,6 +69,9 @@ spec: } func (suite *GeneratorAllInOneTestSuite) TestAllInOne() { + if isOpenShift(t) { + t.Skip("Skip until https://github.com/jaegertracing/jaeger-operator/issues/1278 is resolved") + } // Get a *os.File for Jaeger CR with all in one, and the name of the deployment name, cr := getAllInOneTempFile() defer func() {