mirror of
				https://github.com/thib8956/nginx-proxy
				synced 2025-11-03 18:49:20 +00:00 
			
		
		
		
	ci: remove xfail from tests that were fixed
This commit is contained in:
		@@ -9,8 +9,6 @@ from requests import ConnectionError
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
script_dir = os.path.dirname(__file__)
 | 
					script_dir = os.path.dirname(__file__)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
pytestmark = pytest.mark.xfail()  # TODO delete this marker once those issues are fixed
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
@pytest.fixture(scope="module", autouse=True)
 | 
					@pytest.fixture(scope="module", autouse=True)
 | 
				
			||||||
def certs():
 | 
					def certs():
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,8 +3,6 @@ from time import sleep
 | 
				
			|||||||
import pytest
 | 
					import pytest
 | 
				
			||||||
import requests
 | 
					import requests
 | 
				
			||||||
 | 
					
 | 
				
			||||||
pytestmark = pytest.mark.xfail()  # TODO delete this marker once #585 is merged
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
def test_default_nginx_welcome_page_should_not_be_served(docker_compose, nginxproxy):
 | 
					def test_default_nginx_welcome_page_should_not_be_served(docker_compose, nginxproxy):
 | 
				
			||||||
    r = nginxproxy.get("http://whatever.nginx-proxy/", allow_redirects=False)
 | 
					    r = nginxproxy.get("http://whatever.nginx-proxy/", allow_redirects=False)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user