Skip to content

Commit

Permalink
revert bad test
Browse files Browse the repository at this point in the history
Signed-off-by: Yee Hing Tong <[email protected]>
  • Loading branch information
wild-endeavor committed May 16, 2023
1 parent 200315a commit 0b7ee45
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/flytekit/unit/core/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,13 +328,3 @@ def test_walk_local_copy_to_s3(source_folder):
new_crawl = fd.crawl()
new_suffixes = [y for x, y in new_crawl]
assert len(new_suffixes) == 2 # should have written two files


def test_vfd():
t = "https://raw.githubusercontent.com/flyteorg/flyte/master/Makefile"
import fsspec

fs = fsspec.filesystem("https")
res = fs.open(t, "rb")
print(type(res))
print(dir(res))

0 comments on commit 0b7ee45

Please sign in to comment.