Skip to content

Commit

Permalink
test: remove obsolete test
Browse files Browse the repository at this point in the history
  • Loading branch information
jriedel-ionos authored and k8s-infra-cherrypick-robot committed Nov 15, 2024
1 parent 3ea9aa6 commit ad081fc
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,6 @@ func (s *NodeGroupTestSuite) TestIncreaseSize_GetSizeError() {
s.Error(s.nodePool.IncreaseSize(2))
}

func (s *NodeGroupTestSuite) TestIncreaseSize_ExceedMax() {
s.manager.On("GetNodeGroupSize", s.nodePool).Return(2, nil).Once()
s.Error(s.nodePool.IncreaseSize(2))
}

func (s *NodeGroupTestSuite) TestIncreaseSize_SetSizeError() {
s.manager.On("GetNodeGroupSize", s.nodePool).Return(2, nil).Once()
s.manager.On("SetNodeGroupSize", s.nodePool, 3).Return(errors.New("error")).Once()
Expand Down

0 comments on commit ad081fc

Please sign in to comment.