Skip to content

Commit

Permalink
removed the bucketfs operations
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Oct 9, 2024
1 parent 45e37c0 commit 4da2ece
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pytest-extension/test/integration/tmp_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ def validate_bucketfs_std_params(**kwargs):
kwargs[StdParams.path_in_bucket.name] = ''
bfs_path = create_bucketfs_location(**kwargs)
bfs_path = bfs_path / 'test_file.txt'
bfs_path.write(TEST_FILE_CONTENT)
file_content = b"".join(bfs_path.read())
assert file_content == TEST_FILE_CONTENT
time.sleep(30)
# bfs_path.write(TEST_FILE_CONTENT)
# file_content = b"".join(bfs_path.read())
# assert file_content == TEST_FILE_CONTENT
# time.sleep(30)


def validate_cli_args(backend, cli_args, base_tag, callback):
Expand Down

0 comments on commit 4da2ece

Please sign in to comment.