Skip to content

Commit ae3e204

Browse files
committed
xfail handler test
1 parent 87c694d commit ae3e204

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/test_native_upload.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ def test_native_upload_with_proxy(
157157
assert len(files) == 3
158158
assert sorted([file["label"] for file in files]) == sorted(expected_files)
159159

160+
@pytest.mark.xfail(reason="See discussion in #34")
160161
def test_native_upload_by_handler(
161162
self,
162163
credentials,

0 commit comments

Comments
 (0)