Skip to content
Snippets Groups Projects
Commit 9e573444 authored by Gwenaelle ABEILLE's avatar Gwenaelle ABEILLE
Browse files

fix tests

parent d2805cec
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ public class TangoParserTest {
public static void setUp() throws DevFailed {
System.setProperty("org.tango.server.checkalarms", "false");
// assertThat(System.getProperty("TANGO_HOST"), notNullValue());
System.setProperty("TANGO_HOST", "192.168.56.101:10000");
//System.setProperty("TANGO_HOST", "192.168.56.101:10000");
// configure mocking
doNothing().when(mockSource).getResults();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment