operator-registry icon indicating copy to clipboard operation
operator-registry copied to clipboard

Need to fix test case assumptions so they work across platforms

Open jchunkins opened this issue 4 years ago • 1 comments

Currently the test case Launch bundle in test/e2e/bundle_image_test.go assumes that the opm executable used in the test is compiled for linux. If you run this test on a darwin environment, the kube job will not succeed unless you manually cross compile for linux and include the binary at bin/opm.

jchunkins avatar Apr 05 '21 17:04 jchunkins

This test should not assume it should be run in a linux-only environment

exdx avatar Apr 15 '21 14:04 exdx