Description: Ignore test test_proxy_logger.py (fails to write on /tmp)
  Running test_proxy_logger.py
  E
  ======================================================================
  ERROR: test_rotating_log (test_proxy_logger.Test_Logging)
  test rotating via proxy
  ----------------------------------------------------------------------
  Traceback (most recent call last):
    File "/tmp/autopkgtest.f5OUlH/autopkgtest_tmp/ruffus/test/test_proxy_logger.py", line 42, in test_rotating_log
      open("/tmp/lg.log", "w").close()
  PermissionError: [Errno 13] Permission denied: '/tmp/lg.log'
Author: Andreas Tille <tille@debian.org>
Last-Update: Thu, 30 Sep 2021 14:18:35 +0200

--- a/ruffus/test/run_all_unit_tests3.cmd
+++ b/ruffus/test/run_all_unit_tests3.cmd
@@ -4,8 +4,7 @@ echo Running test_with_logger.py
 python3 -m unittest test_with_logger                                                && \
 echo Running script test_with_logger.py                                             && \
 python3 test_with_logger.py                                                         && \
-echo Running test_proxy_logger.py                                                   && \
-python3 -m unittest test_proxy_logger                                               && \
+echo Ignoring test_proxy_logger.py                                                   && \
 echo Running test_exceptions.py                                                     && \
 python3 -m unittest test_exceptions                                                 && \
 echo Running test_task_file_dependencies.py                                         && \
