Skip to content

Commit

Permalink
Skip generator test until issue 1278 if resolved (#1279)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Earls <[email protected]>
  • Loading branch information
kevinearls authored Oct 28, 2020
1 parent e5f2540 commit 6c179bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/e2e/generator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 6c179bb

Please sign in to comment.