Project

General

Profile

« Previous | Next » 

Revision 52726

Ignore test I do not want to run on jenkins

View differences:

HttpConnectorTest.java
39 39
	}
40 40

  
41 41
	@Test
42
	@Ignore
42 43
	public void testMisconfiguredServers() throws CollectorServiceException {
43 44
		System.out.println(connector.getInputSource(URL_MISCONFIGURED_SERVER));
44 45
	}
45 46

  
46 47
	@Test
48
	@Ignore
47 49
	public void testMisconfiguredServers2() throws IOException {
48 50
		HttpURLConnection urlConn = (HttpURLConnection) new URL(URL_MISCONFIGURED_SERVER).openConnection();
49 51
		urlConn.getResponseMessage();

Also available in: Unified diff