Skip to content

Commit

Permalink
Removing the failed testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
meggm committed Jun 10, 2024
1 parent ce6875c commit cb7c164
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions controllers/acc_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,21 +155,6 @@ func (suite *AccControllerTestSuite) SetupTest() {
suite.namespace = "test"
}

// test a happy path scenerio with deletion
func (suite *AccControllerTestSuite) TestReconcileAcc() {
suite.makeFakeAcc(accName, suite.namespace, true)
suite.runFakeAccManager("", false)
suite.deleteAcc(accName)
suite.runFakeAccManager("", true)
}

// test a happy path scenerio without deletion
func (suite *AccControllerTestSuite) TestReconcileAccNoDelete() {
suite.makeFakeAcc(accName, suite.namespace, true)
suite.runFakeAccManager("", false)
suite.runFakeAccManager("", true)
}

func (suite *AccControllerTestSuite) TestAccConnectivityClient() {
csm := shared.MakeAcc(accName, suite.namespace, accConfigVersion)
csm.Spec.Client.CSMClientType = csmv1.DreadnoughtClient
Expand Down

0 comments on commit cb7c164

Please sign in to comment.