This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/master by this push:
new 2811851 Move Impersonation test back to quarantine (#10809)
2811851 is described below
commit 2811851f80d6f5852d2401f7c57d2e4520b4f2ab
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue Sep 8 21:33:44 2020 +0200
Move Impersonation test back to quarantine (#10809)
Seems that TestImpersonation is not stable even in isolation
Moving it back to quarantine for now.
---
tests/test_impersonation.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/test_impersonation.py b/tests/test_impersonation.py
index 30df63c..56c5cdf 100644
--- a/tests/test_impersonation.py
+++ b/tests/test_impersonation.py
@@ -109,7 +109,7 @@ def create_user():
)
[email protected]
[email protected]
class TestImpersonation(unittest.TestCase):
def setUp(self):