From 28289004548b225d38d93da6de0eddc4c1c8f1b2 Mon Sep 17 00:00:00 2001 From: Alex Zgabur Date: Mon, 9 Sep 2024 10:10:13 +0200 Subject: [PATCH] Remove xfail because fixed Signed-off-by: Alex Zgabur --- .../gateway/reconciliation/test_gateway_listeners_dns.py | 1 - 1 file changed, 1 deletion(-) diff --git a/testsuite/tests/singlecluster/gateway/reconciliation/test_gateway_listeners_dns.py b/testsuite/tests/singlecluster/gateway/reconciliation/test_gateway_listeners_dns.py index e88d044a..87bb749c 100644 --- a/testsuite/tests/singlecluster/gateway/reconciliation/test_gateway_listeners_dns.py +++ b/testsuite/tests/singlecluster/gateway/reconciliation/test_gateway_listeners_dns.py @@ -46,7 +46,6 @@ def route(route, wildcard_domain): return route -@pytest.mark.xfail() @pytest.mark.issue("https://github.com/Kuadrant/kuadrant-operator/issues/794") def test_change_hostname(client, client_new, auth, gateway, route, new_domain, wildcard_domain): """