Skip to content

Commit

Permalink
CLOUDDUTY-23935 : Fix fs_posix_complience tests. (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: Vladislav Serikov <[email protected]>
  • Loading branch information
NewBediver and Vladislav Serikov committed Jan 12, 2024
1 parent 9315e82 commit 6ed76c4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def pytest_addoption(parser):

@pytest.fixture
def target_dir_path(pytestconfig):
tmp_dir = None
try:
tmp_dir = tempfile.mkdtemp(dir=get_nfs_mount_path())
yield tmp_dir
Expand Down

0 comments on commit 6ed76c4

Please sign in to comment.