Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186c1ae commit 70924c4Copy full SHA for 70924c4
test/test_repo.py
@@ -13,7 +13,7 @@
13
import pickle
14
import sys
15
import tempfile
16
-from unittest import mock, skipIf, SkipTest
+from unittest import mock, skipIf, SkipTest, skip
17
18
import pytest
19
@@ -251,6 +251,7 @@ def test_clone_from_with_path_contains_unicode(self):
251
self.fail("Raised UnicodeEncodeError")
252
253
@with_rw_directory
254
+ @skip("the referenced repository was removed, and one needs to setup a new password controlled repo under the orgs control")
255
def test_leaking_password_in_clone_logs(self, rw_dir):
256
password = "fakepassword1234"
257
try:
0 commit comments