diff options
author | Andrei Zeliankou <zelenkov@nginx.com> | 2021-02-08 23:32:27 +0000 |
---|---|---|
committer | Andrei Zeliankou <zelenkov@nginx.com> | 2021-02-08 23:32:27 +0000 |
commit | 4404097e05dc71b7ee78ef49c8ba4d0eaf234f85 (patch) | |
tree | 87722f61b6d725c0c4182c263419bba3704d4344 /test/test_proxy.py | |
parent | 958bc90caafeaa4cd6b4d6894d0a67284ba13900 (diff) | |
download | unit-4404097e05dc71b7ee78ef49c8ba4d0eaf234f85.tar.gz unit-4404097e05dc71b7ee78ef49c8ba4d0eaf234f85.tar.bz2 |
Tests: added "--restart" option.
Now Unit do not restart after each test by default.
Diffstat (limited to 'test/test_proxy.py')
-rw-r--r-- | test/test_proxy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_proxy.py b/test/test_proxy.py index 2d305e98..7e7c7246 100644 --- a/test/test_proxy.py +++ b/test/test_proxy.py @@ -482,6 +482,7 @@ Content-Length: 10 check_proxy('http://[:]:7080') check_proxy('http://[::7080') + @pytest.mark.skip('not yet') def test_proxy_loop(self, skip_alert): skip_alert( r'socket.*failed', |