From 1526f2b6dbcb5f15a8c28056643f9f13a59b7597 Mon Sep 17 00:00:00 2001 From: pvogt09 <50047961+pvogt09@users.noreply.github.com> Date: Mon, 19 Jul 2021 18:34:32 +0200 Subject: [PATCH] domain name resolution does not work reliably in docker container Signed-off-by: pvogt09 <50047961+pvogt09@users.noreply.github.com> --- test/test_automated_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_automated_install.py b/test/test_automated_install.py index 89fce2c9..5bf6ee4f 100644 --- a/test/test_automated_install.py +++ b/test/test_automated_install.py @@ -394,7 +394,7 @@ def test_installPihole_fresh_install_readableBlockpage(Pihole, test_webpage): ''' piholeWebpage = [ "127.0.0.1", - "pi.hole" + # "pi.hole" ] # Whiptail dialog returns Cancel for user prompt mock_command('whiptail', {'*': ('', '0')}, Pihole)