Skip to content

Commit

Permalink
-Disable some yamcs tests. #72
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-gomez-windhover committed Nov 4, 2022
1 parent c36b250 commit 2660d93
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ public void testYamcsServersetConnection() {

@Test
@Order(3)
@Disabled("https://github.com/WindhoverLabs/phoebus/issues/72")
public void testYamcsServerConnect() throws InterruptedException, ExecutionException {
assertThat(
"", newServer.getServerStateStrProperty().get(), equalTo("sitl" + " | " + "DISCONNECTED"));
Expand All @@ -128,6 +129,7 @@ public void testYamcsServerConnect() throws InterruptedException, ExecutionExcep

@Test
@Order(4)
@Disabled("https://github.com/WindhoverLabs/phoebus/issues/72")
public void testYamcsServerConnectNoArgs() throws InterruptedException, ExecutionException {
newServer.setConnection(newConnection);
newServer.connect();
Expand Down

0 comments on commit 2660d93

Please sign in to comment.