Skip to content

Commit

Permalink
ci: temporarily mark gdrive xfail (iterative#6348)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmrowla authored Jul 22, 2021
1 parent 771b89d commit cd7c95a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/func/test_data_cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,20 @@
"s3",
"gs",
"azure",
"gdrive",
"ssh",
"http",
"hdfs",
"webdav",
"webhdfs",
"oss",
]
] + [
pytest.param(
pytest.lazy_fixture("gdrive"),
marks=pytest.mark.xfail(
reason="https://github.com/iterative/dvc/issues/6347"
),
)
]

# Clouds that implement the general methods that can be tested
Expand Down

0 comments on commit cd7c95a

Please sign in to comment.