Skip to content

Commit

Permalink
Remove requires
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Dec 31, 2023
1 parent a428085 commit 966ce3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public void testLRGV() {

@Test
public void testRadar() {
requires(new NativeCommand("matlab", new String[] { "-r", "exit" }));
//requires(new NativeCommand("matlab", new String[] { "-r", "exit" }));
test("Radar", false);
}

Expand Down

0 comments on commit 966ce3f

Please sign in to comment.