Kaydet (Commit) 0151b8ed authored tarafından Brian Curtin's avatar Brian Curtin

LoginTests fails on a number of buildbots with different errors. Skip

it for now until a buildbot-safe solution comes up.
üst 94622b00
......@@ -1202,6 +1202,9 @@ class PidTests(unittest.TestCase):
self.assertEqual(int(stdout), os.getpid())
# The introduction of this TestCase caused at least two different errors on
# *nix buildbots. Temporarily skip this to let the buildbots move along.
@unittest.skip("Skip due to platform/environment differences on *NIX buildbots")
@unittest.skipUnless(hasattr(os, 'getlogin'), "test needs os.getlogin")
class LoginTests(unittest.TestCase):
def test_getlogin(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment