Skip to content

Commit

Permalink
[10.0.x][incubator-kie-drools-6165] license clarification for pmml fi…
Browse files Browse the repository at this point in the history
…les (#6166)

- Temporarily removed test files and disabled tests
  • Loading branch information
tkobayas authored Nov 20, 2024
1 parent 0fd8661 commit d8f43e3
Show file tree
Hide file tree
Showing 76 changed files with 92 additions and 7,519 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

import java.util.Collections;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.kie.dmn.api.core.DMNModel;
import org.kie.dmn.api.core.DMNRuntime;
Expand All @@ -31,6 +32,7 @@

class AdultTest {

@Disabled("Temporarily disabled: See https://github.com/apache/incubator-kie-drools/issues/6165")
@Test
void test() throws Exception {
String dmnXml = Converter.parse("adult", this.getClass().getResourceAsStream("/adult.pmml"));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

import java.util.Collections;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.kie.dmn.api.core.DMNModel;
import org.kie.dmn.api.core.DMNRuntime;
Expand All @@ -31,6 +32,7 @@

class ChurnRulesFromSPSSModelerTest {

@Disabled("Temporarily disabled: See https://github.com/apache/incubator-kie-drools/issues/6165")
@Test
void test() throws Exception {
final String modelName = "ChurnSPSS";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

import java.util.Collections;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.kie.dmn.api.core.DMNModel;
import org.kie.dmn.api.core.DMNRuntime;
Expand All @@ -31,6 +32,7 @@

class ChurnTest {

@Disabled("Temporarily disabled: See https://github.com/apache/incubator-kie-drools/issues/6165")
@Test
void test() throws Exception {
String dmnXml = Converter.parse("churn", this.getClass().getResourceAsStream("/churn.pmml"));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

import java.util.Collections;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.kie.dmn.api.core.DMNModel;
import org.kie.dmn.api.core.DMNRuntime;
Expand All @@ -31,6 +32,7 @@

class IrisTest {

@Disabled("Temporarily disabled: See https://github.com/apache/incubator-kie-drools/issues/6165")
@Test
void test() throws Exception {
final String dmnXml = Converter.parse("iris", this.getClass().getResourceAsStream("/iris.pmml"));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

import java.util.Collections;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.kie.dmn.api.core.DMNModel;
import org.kie.dmn.api.core.DMNRuntime;
Expand All @@ -31,6 +32,7 @@

class MiniloanTest {

@Disabled("Temporarily disabled: See https://github.com/apache/incubator-kie-drools/issues/6165")
@Test
void test() throws Exception {
String dmnXml = Converter.parse("miniloan", this.getClass().getResourceAsStream("/miniloan.pmml"));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
import java.math.BigDecimal;
import java.util.Collections;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.kie.dmn.api.core.DMNModel;
import org.kie.dmn.api.core.DMNRuntime;
Expand All @@ -32,6 +33,7 @@

class TotoTest {

@Disabled("Temporarily disabled: See https://github.com/apache/incubator-kie-drools/issues/6165")
@Test
void test() throws Exception {
final String dmnXml = Converter.parse("toto", this.getClass().getResourceAsStream("/toto.pmml"));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
import java.math.BigDecimal;
import java.util.Collections;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.kie.dmn.api.core.DMNModel;
import org.kie.dmn.api.core.DMNRuntime;
Expand All @@ -32,6 +33,7 @@

class WifiTest {

@Disabled("Temporarily disabled: See https://github.com/apache/incubator-kie-drools/issues/6165")
@Test
void test() throws Exception {
final String dmnXml = Converter.parse("wifi", this.getClass().getResourceAsStream("/wifi.pmml"));
Expand Down
Loading

0 comments on commit d8f43e3

Please sign in to comment.