Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions qa-tests-backend/src/test/groovy/ImageScanningTest.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,8 @@ class ImageScanningTest extends BaseSpecification {
@Category(Integration)
def "Verify image scan exceptions - #scanner.name() - #testAspect"() {
Assume.assumeTrue(scanner.isTestable())
Assume.assumeFalse(
testAspect == "missing required registry" && Env.mustGetOrchestratorType() == OrchestratorTypes.OPENSHIFT)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we have TODO here with issue about reenabling this test?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried that in another PR and our linter did not like it that much.
But if you insist, I think we can work that around by creating a subtask and putting a TODO with that.

cleanupSetupForRetry()

when:
Expand Down