diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp
index d582078aa22394579a8133a588c3e1c53806ab8c..87b08e8af1b469f4407fe8d42543dd7985e44aff 100644
--- a/tests/auto/debugger/tst_dumpers.cpp
+++ b/tests/auto/debugger/tst_dumpers.cpp
@@ -3483,7 +3483,6 @@ void tst_Dumpers::dumper_data()
                % Profile("QT += network\n")
                % Check("ha", "\"127.0.0.1\"", "@QHostAddress")
                % Check("ha.a", "2130706433", "@quint32")
-               % Check("ha.a6", "0:0:0:0:0:0:0:0", "@Q_IPV6ADDR")
                % Check("ha.ipString", "\"127.0.0.1\"", "@QString")
                % Check("ha.isParsed", "true", "bool")
                % Check("ha.protocol", "@QAbstractSocket::IPv4Protocol (0)",
@@ -3491,7 +3490,6 @@ void tst_Dumpers::dumper_data()
                % Check("ha.scopeId", "\"\"", "@QString")
                % Check("ha1", "\"127.0.0.1\"", "@QHostAddress")
                % Check("ha1.a", "2130706433", "@quint32")
-               % Check("ha1.a6", "0:0:0:0:0:0:0:0", "@Q_IPV6ADDR")
                % Check("ha1.ipString", "\"127.0.0.1\"", "@QString")
                % Check("ha1.isParsed", "true", "bool")
                % Check("ha1.protocol", "@QAbstractSocket::IPv4Protocol (0)",