We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c0c438 commit e9d848fCopy full SHA for e9d848f
src/test/java/robotbuilder/exporters/CppExportTest.java
@@ -50,7 +50,6 @@ public void tearDown() {
50
//TestUtils.delete(project);
51
}
52
53
- @Ignore("Disabling compile test until GradleRIO version released")
54
@Test
55
public void testCPPExport() throws IOException, InterruptedException {
56
RobotTree tree = TestUtils.generateTestTree();
src/test/java/robotbuilder/exporters/JavaExportTest.java
@@ -52,7 +52,6 @@ public void tearDown() {
TestUtils.delete(project);
57
public void testJavaExport() throws IOException, InterruptedException {
58
0 commit comments