Skip to content

Commit

Permalink
test: ignore permutation counter check
Browse files Browse the repository at this point in the history
  • Loading branch information
YoSTEALTH committed Aug 1, 2024
1 parent 4e9c919 commit 6d38c8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/os/mk_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ async def make_error(tmp_dir):
while True:
i += 1
created.append(await shakti.mktdir(length=1, tempdir=tmp_path))
assert 64 > i > 60

# remove files, doubles as created check.
for i in created:
Expand Down

0 comments on commit 6d38c8e

Please sign in to comment.