Skip to content

Commit

Permalink
Disable compile tests until 2024 GradleRIO released (wpilibsuite#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz authored Nov 4, 2023
1 parent 426812a commit b0b023e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/robotbuilder/exporters/CppExportTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ 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: 1 addition & 0 deletions src/test/java/robotbuilder/exporters/JavaExportTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ 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 b0b023e

Please sign in to comment.