Skip to content

Commit

Permalink
[DROOLS-6364] Hang in IncrementalCompilationTest on Windows (apache#3658
Browse files Browse the repository at this point in the history
)

- Enable Windows test as the issue was fixed by DROOLS-6392
  • Loading branch information
tkobayas committed Jun 8, 2021
1 parent 1e3b047 commit 032b6eb
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -2963,11 +2963,6 @@ public void testJavaClassRedefinitionJoined() {

@Test(timeout = 20000L)
public void testMultipleIncrementalCompilationsWithFireUntilHalt() throws Exception {
if (ClassUtils.isWindows()) {
// To be fixed : See DROOLS-6364
return;
}

// DROOLS-1406
final KieServices ks = KieServices.Factory.get();

Expand Down

0 comments on commit 032b6eb

Please sign in to comment.