Skip to content

Commit

Permalink
Revert "Disable compile tests until 2024 GradleRIO released (wpilibsu…
Browse files Browse the repository at this point in the history
…ite#588)" (wpilibsuite#591)

This reverts commit 0443c66.
  • Loading branch information
sciencewhiz authored Jan 16, 2024
1 parent 2e62de4 commit f3f3d16
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/test/java/robotbuilder/exporters/CppExportTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ public void tearDown() {
TestUtils.delete(project);
}

@Ignore("Disabling compile test until GradleRIO 2024 version released")
@Test
public void testCPPExport() throws IOException, InterruptedException {
RobotTree tree = TestUtils.generateTestTree();
Expand Down
1 change: 0 additions & 1 deletion src/test/java/robotbuilder/exporters/JavaExportTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public void tearDown() {
TestUtils.delete(project);
}

@Ignore("Disabling compile test until GradleRIO 2024 version released")
@Test
public void testJavaExport() throws IOException, InterruptedException {
RobotTree tree = TestUtils.generateTestTree();
Expand Down

0 comments on commit f3f3d16

Please sign in to comment.