Revert "skip test_get_token_id_error_handling to get gate passing"

This reverts commit 384424bf70.

there was a backwards incompatible fix in eventlet 0.18.0, since then eventlet has fixed the issue and released 0.18.1

Change-Id: Id275a400451fde754eaafd33a15b2e7499760b6b
Closes-Bug: 1537401
This commit is contained in:
Steve Martinelli 2016-01-24 23:03:09 +00:00
parent 384424bf70
commit 3f9cdfc046
1 changed files with 0 additions and 3 deletions

View File

@ -843,6 +843,3 @@ class TestPKIProviderWithStdlib(PKIProviderTests, unit.TestCase):
self.target_subprocess = subprocess
super(TestPKIProviderWithStdlib, self).setUp()
def test_get_token_id_error_handling(self):
self.skipTest("skipping due to bug 1537401")