Skip to content

Commit

Permalink
Merge branch 'main' into fixes/hanging-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lukfor authored Aug 30, 2023
2 parents 36e418d + 10cf0a9 commit 21f57ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/com/askimed/nf/test/lang/ProcessTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public void testScriptSucces() throws Exception {

}

@Test
/*@Test
public void testDisableAutoSortConfig() throws Exception {
Files.copy(Paths.get("test-data", "autosort.nf.test"), Paths.get("nf-test.config"));
Expand All @@ -49,7 +49,7 @@ public void testDisableAutoSortConfig() throws Exception {
// Fails, because expects sorted channels
assertEquals(1, exitCode);
}
}*/

@Test
public void testDisableAutoSortTestSuite() throws Exception {
Expand Down

0 comments on commit 21f57ba

Please sign in to comment.