Thread: [pgadmin-org/pgadmin4] a166f8: Skip debugger test cases to fix "too many clients"...

  Branch: refs/heads/master
  Home:   https://github.com/pgadmin-org/pgadmin4
  Commit: a166f8dc89f3b0dbba519a2a47668f9664a9a584
      https://github.com/pgadmin-org/pgadmin4/commit/a166f8dc89f3b0dbba519a2a47668f9664a9a584
  Author: Yogesh Mahajan <yogesh.mahajan@enterprisedb.com>
  Date:   2024-01-18 (Thu, 18 Jan 2024)

  Changed paths:
    M web/pgadmin/tools/debugger/tests/test_debugger_clear_all_breakpoint.py
    M web/pgadmin/tools/debugger/tests/test_debugger_execute_query.py
    M web/pgadmin/tools/debugger/tests/test_debugger_poll_execution_result.py
    M web/pgadmin/tools/debugger/tests/test_debugger_poll_result.py
    M web/pgadmin/tools/debugger/tests/test_debugger_set_breakpoint.py
    M web/pgadmin/tools/debugger/tests/test_start_execution_debugger.py
    M web/pgadmin/tools/debugger/tests/utils.py
    M web/pgadmin/tools/psql/tests/test_backend_task.py
    M web/pgadmin/tools/psql/tests/test_panel.py
    M web/pgadmin/tools/psql/tests/test_psql_disabled.py
    M web/pgadmin/tools/psql/tests/test_psql_input.py
    M web/pgadmin/tools/psql/tests/test_resize_terminal.py
    M web/pgadmin/tools/psql/tests/test_socket_connect.py
    M web/pgadmin/tools/psql/tests/test_socket_disconnect.py
    M web/pgadmin/tools/psql/tests/test_start_process.py
    M web/pgadmin/tools/psql/tests/test_start_process_fail.py

  Log Message:
  -----------
  Skip debugger test cases to fix "too many clients" error on github actions.