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
importpickle
14
importsys
15
importtempfile
16
-fromunittestimportmock, skipIf, SkipTest
+fromunittestimportmock, skipIf, SkipTest, skip
17
18
importpytest
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
deftest_leaking_password_in_clone_logs(self, rw_dir):
256
password="fakepassword1234"
257
try:
0 commit comments