disable this trash test

Signed-off-by: Adam Hill <adam@diginc.us>
This commit is contained in:
Adam Hill 2019-02-14 21:01:36 -06:00
parent 0563a3c795
commit ceda92b0f2
No known key found for this signature in database
GPG Key ID: 2193804FCA429855
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
import os
import pytest
import re
@ -72,7 +73,10 @@ def test_override_default_servers_with_DNS_EnvVars(Docker, Slow, args_env, expec
Slow(lambda: expected_servers == Docker.run('grep "^server=" /etc/dnsmasq.d/01-pihole.conf').stdout)
@pytest.mark.skipif(os.environ.get('TRAVIS') == 'true',
reason="Can't get setupVar setup to work on travis")
@pytest.mark.parametrize('args_env, dns1, dns2, expected_stdout', [
('', '9.9.9.1', '9.9.9.2',
'Existing DNS servers used'),
('-e DNS1="1.2.3.4"', '9.9.9.1', '9.9.9.2',