Skip to content

Commit

Permalink
test: skip the model migration status test because it is not implemen…
Browse files Browse the repository at this point in the history
…ted in dqlite;
  • Loading branch information
ycliuhw committed Dec 4, 2024
1 parent 995193a commit c4db56b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apiserver/facades/client/client/statuslegacy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,8 @@ func (s *statusUnitTestSuite) TestWorkloadVersionOkWithUnset(c *gc.C) {
}

func (s *statusUnitTestSuite) TestMigrationInProgress(c *gc.C) {
c.Skip("TODO: reimplement once we support model migration in dqlite")

// Create a host model because controller models can't be migrated.
factory, release := s.NewFactory(c, s.ControllerModelUUID())
release()
Expand Down

0 comments on commit c4db56b

Please sign in to comment.