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 3041e2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ var (
PortforwardLocalPort int
DSPA *dspav1alpha1.DataSciencePipelinesApplication
forwarderResult *forwarder.Result
)
):

var (
DeployTimeout time.Duration
Expand Down 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 3041e2b

Please sign in to comment.