Skip to content

Commit e9d848f

Browse files
author
github-actions
committed
Revert "Disable compile tests until GradleRIO released"
This reverts commit d3ec332.
1 parent 4c0c438 commit e9d848f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

-1
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

-1
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)