--- a/t/run
+++ b/t/run
@@ -313,110 +313,6 @@
         data =>  "\x05\x04\x01\x02\x03\x04",
         expected => "socks5",                   # prefix expected from echosrv
     },
-
-    # test_pp1.cfg has proxyprotocol on ssh but not socks5.
-    # Check ssh has pp
-    {
-        desc => "Server-side ProxyProtocol active",
-        run => \&run_test_probe,
-        cfg => "test_pp1.cfg",
-        data =>  "SSH-2.0 hello",
-        expected => "ssh",
-        data_expected => "^PROXY TCP4 127.0.0.1 127.0.0.1 \\d+ \\d+\x0D\x0AINPUT_DATA",
-    },
-
-
-    # check socks5 does not
-    {
-        desc => "Server-side ProxyProtocol not active",
-        run => \&run_test_probe,
-        cfg => "test_pp1.cfg",
-        data =>  "\x05\x04\x01\x02\x03\x04",
-        expected => "socks5",
-    },
-
-
-    # Check proxyprotocol from IPv4 to IPv4 works.
-    {
-        desc => "Server-side IPv4 to IPv4 ProxyProtocol active",
-        host => "ip4-localhost",
-        run => \&run_test_probe,
-        cfg => "test_pp3.cfg",
-        data =>  "SSH-2.0 hello",
-        expected => "ssh",
-        data_expected => "^PROXY TCP4 127.0.0.1 127.0.0.1 \\d+ 8080\x0D\x0AINPUT_DATA",
-    },
-
-
-    # Check pp with IPv6 to IPv6 works.
-    {
-        desc => "Server-side IPv6 to IPv6 ProxyProtocol active",
-        host => "ip6-localhost",
-        run => \&run_test_probe,
-        cfg => "test_pp4.cfg",
-        data =>  "SSH-2.0 hello",
-        expected => "ssh",
-        data_expected => "^PROXY TCP6 ::ffff:127.0.0.1 ::ffff:127.0.0.1 \\d+ 8080\x0D\x0AINPUT_DATA",
-    },
-
-
-    # Check pp with IPv4 to IPv6 works.
-    {
-        desc => "Server-side IPv4 to IPv6 ProxyProtocol active",
-        host => "ip4-localhost",
-        run => \&run_test_probe,
-        cfg => "test_pp5.cfg",
-        data =>  "SSH-2.0 hello",
-        expected => "ssh",
-        data_expected => "^PROXY TCP6 ::ffff:127.0.0.1 ::ffff:127.0.0.1 \\d+ 8080\x0D\x0AINPUT_DATA",
-    },
-
-
-    # Check pp with IPv6 to IPv4 works.
-    {
-        desc => "Server-side IPv6 to IPv4 ProxyProtocol active",
-        host => "ip6-localhost",
-        run => \&run_test_probe,
-        cfg => "test_pp5.cfg",
-        data =>  "SSH-2.0 hello",
-        expected => "ssh",
-        data_expected => "^PROXY TCP6 ::ffff:127.0.0.1 ::ffff:127.0.0.1 \\d+ 8080\x0D\x0AINPUT_DATA",
-    },
-
-
-    # test_pp2.cfg has proxyprotocol on port 8080
-    {
-        desc => "Client-side ProxyProtocol active",
-        run => \&run_test_probe,
-        cfg => "test_pp2.cfg",
-        data => "PROXY TCP4 127.0.0.1 127.0.0.1 8080 8081\x0D\x0ASSH-2.0 hello",
-        expected => "ssh",
-        data_expected => "^PROXY TCP4 127.0.0.1 127.0.0.1 \\d+ \\d+\x0D\x0ASSH-2.0 hello",
-    },
-
-    # test_pp2.cfg has no proxyprotocol on port 8081, so ssh
-    # should pass untouched
-    {
-        desc => "Client-side ProxyProtocol not active",
-        run => \&run_test_probe,
-        cfg => "test_pp2.cfg",
-        port => 8081,
-        data => "SSH-2.0 hello",
-        expected => "ssh",
-    },
-
-    # test_pp2.cfg has proxyprotocol on port 8080 but
-    # removes it towards "regex_remove_pp" tarbet
-    # TODO: Log the addresses!
-    {
-        desc => "Client-side ProxyProtocol active but removed",
-        run => \&run_test_probe,
-        cfg => "test_pp2.cfg",
-        data => "PROXY TCP4 127.0.0.1 127.0.0.1 8080 8081\x0D\x0Aregex_remove_pp hello",
-        expected => "regex",
-        data_expected => "^regex_remove_pp hello",
-    },
-
 );
 
 
--- a/t/test1.cfg
+++ b/t/test1.cfg
@@ -30,7 +30,7 @@
 # Options:
 listen:
 (
-    { host: "localhost"; port: "8080"; keepalive: true; proxyprotocol: true; },
+    { host: "localhost"; port: "8080"; keepalive: true; },
     { host: "localhost"; port: "8081"; keepalive: true; },
     { host: "ip4-localhost"; is_udp: true; port: "8086"; },
     { host: "/tmp/sslh.sock"; is_unix: true; port: ""; }
