Skip to content

Commit

Permalink
[incubator-kie-kogito-runtimes-3640] PredictionCodegenGenerateTest an…
Browse files Browse the repository at this point in the history
…d PredictionCodegenInternalGenerateTest test failures (apache#3644)

- Temporarily disabled the tests until a fix will be made
  • Loading branch information
tkobayas authored Aug 28, 2024
1 parent 4cd44dc commit 8b50479
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
import org.drools.codegen.common.GeneratedFileType;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.Arguments;
import org.junit.jupiter.params.provider.MethodSource;
Expand All @@ -55,6 +56,7 @@
import static org.kie.kogito.codegen.prediction.PredictionCodegenFactory.parsePredictions;
import static org.kie.kogito.codegen.prediction.PredictionCodegenFactoryTest.REFLECT_JSON;

@Disabled("Temporarily disabled due to https://github.com/apache/incubator-kie-kogito-runtimes/issues/3640")
class PredictionCodegenGenerateTest {

static final Path BASE_PATH = Paths.get("src/test/resources/").toAbsolutePath();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import org.drools.codegen.common.GeneratedFile;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.Arguments;
import org.junit.jupiter.params.provider.MethodSource;
Expand All @@ -48,6 +49,7 @@
import static org.kie.kogito.codegen.prediction.PredictionCodegenGenerateTest.commonVerifyTotalFiles;
import static org.kie.kogito.codegen.prediction.PredictionCodegenGenerateTest.getPredictionCodegen;

@Disabled("Temporarily disabled due to https://github.com/apache/incubator-kie-kogito-runtimes/issues/3640")
class PredictionCodegenInternalGenerateTest {

@BeforeAll
Expand Down

0 comments on commit 8b50479

Please sign in to comment.