Skip to content

Commit

Permalink
Update disks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SRIKKANTH committed Nov 20, 2024
1 parent 1df3cac commit 23f5be8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lisa/features/disks.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ def get_partition_with_mount_point(
if partition.mount_point == mount_point
]

assert_that(matched_partitions).described_as(
"Multiple partitions found with mount point {mount_point}"
).is_greater_than(1)

if matched_partitions:
partition = matched_partitions[0]
self._log.debug(f"disk: {partition}, mount_point: {mount_point}")
Expand Down

0 comments on commit 23f5be8

Please sign in to comment.