Skip to content

Commit 3858f50

Browse files
author
github-actions
committed
Revert "Disable compile tests until GradleRIO released"
This reverts commit 0bc5061.
1 parent c9efdbd commit 3858f50

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/test/java/robotbuilder/exporters/CppExportTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ public void tearDown() {
5050
//TestUtils.delete(project);
5151
}
5252

53-
@Ignore("Disabling compile test until GradleRIO version released")
5453
@Test
5554
public void testCPPExport() throws IOException, InterruptedException {
5655
RobotTree tree = TestUtils.generateTestTree();

src/test/java/robotbuilder/exporters/JavaExportTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ public void tearDown() {
5252
TestUtils.delete(project);
5353
}
5454

55-
@Ignore("Disabling compile test until GradleRIO version released")
5655
@Test
5756
public void testJavaExport() throws IOException, InterruptedException {
5857
RobotTree tree = TestUtils.generateTestTree();

0 commit comments

Comments
 (0)