summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/helper_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/helper_test.py b/tests/helper_test.py
index d7b11164..c2927725 100644
--- a/tests/helper_test.py
+++ b/tests/helper_test.py
@@ -451,7 +451,6 @@ class TestCallCmdAsync(unittest.TestCase):
env={'foo': 'bar'})
self.assertEqual(ret, 'bar')
- @utilities.expected_failure
@inlineCallbacks
def test_env_doesnt_pollute(self):
with mock.patch.dict(os.environ, {}, clear=True):