Skip to content

Commit

Permalink
Merge pull request #266 from mulkieran/fix-filesystem-symlink-check
Browse files Browse the repository at this point in the history
Fix a bug in decidding FilesystemSymlinkMonitor test
  • Loading branch information
mulkieran authored Jun 21, 2024
2 parents 036dfc4 + e265098 commit c4c3af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testlib/infra.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def run_check(self, stop_time):
"""

if not FilesystemSymlinkMonitor.verify_devices: # pylint: disable=no-member
pass
return

time.sleep(sleep_time(stop_time, 16))

Expand Down

0 comments on commit c4c3af5

Please sign in to comment.