Skip to content

Commit

Permalink
#118 Investigating the hanging integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed May 2, 2024
1 parent 1c9ab90 commit a99f9e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/integration_tests/without_db/test_bucketfs_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ def test_factory_https_not_verify(default_bucket_config):
bfs_location = BucketFSFactory().create_bucketfs_location(url=url, user=conn_config.user,
pwd=conn_config.pwd)

return

file_name = 'test_factory_https_not_verify/geography.fact'
content = 'Munich is the capital of Bavaria'
bfs_location.upload_string_to_bucketfs(file_name, content)
Expand Down

0 comments on commit a99f9e9

Please sign in to comment.