Skip to content

Commit

Permalink
Test IT test flag
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo M. Oliveira <rmartine@redhat.com>
  • Loading branch information
rimolive committed Jul 10, 2024
1 parent 21e6dfe commit 528fa64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func (suite *IntegrationTestSuite) SetupSuite() {
}

err = testUtil.WaitForDSPAReady(suite.T(), ctx, clientmgr.k8sClient, DSPA.Name, DSPANamespace, DeployTimeout, PollInterval)
assert.NoError(suite.T(), err)
assert.Require(suite.T(), err)
loggr.Info("DSPA Deployed.")

loggr.Info("Setting up Portforwarding service.")
Expand Down

0 comments on commit 528fa64

Please sign in to comment.