diff --git a/subiquity/server/controllers/tests/test_filesystem.py b/subiquity/server/controllers/tests/test_filesystem.py index d5e7e265..602c3478 100644 --- a/subiquity/server/controllers/tests/test_filesystem.py +++ b/subiquity/server/controllers/tests/test_filesystem.py @@ -184,8 +184,6 @@ class TestGuidedV2(IsolatedAsyncioTestCase): use_gap = resp.possible.pop(0) self.assertEqual(self.disk.id, use_gap.disk_id) - if gap_offset != use_gap.gap.offset: - breakpoint() self.assertEqual(gap_offset, use_gap.gap.offset) resize = resp.possible.pop(0)