Skip to content

Commit

Permalink
ignore test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingvord committed Mar 22, 2019
1 parent 2e54463 commit c07f9a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/hzg/wpn/idl/IDLDeviceProxyTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
import fr.esrf.Tango.DevState;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.tango.client.ez.data.type.ImageTangoDataTypes;
import org.tango.client.ez.data.type.TangoImage;
Expand Down Expand Up @@ -384,6 +385,7 @@ public void test_readAttribute() throws Exception {
}

@Test
@Ignore
public void test_executeCommand() throws Exception {
IDLDeviceProxy statusServer = new IDLDeviceProxy("tango://hzgxenvtest:10000/test/status_server/0");

Expand Down

0 comments on commit c07f9a9

Please sign in to comment.