Skip to content

Commit b9c3a51

Browse files
committed
Disable python test for LogisticRegressionWithFTRL for now
1 parent 2571d34 commit b9c3a51

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

flink-ml-python/pyflink/ml/tests/test_ml_lib_completeness.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@ def module(self):
103103
from pyflink.ml import classification
104104
return classification
105105

106+
def exclude_java_stage(self) -> List[str]:
107+
return [
108+
"logisticregression.LogisticRegressionWithFtrl",
109+
]
110+
106111

107112
class ClusteringCompletenessTest(CompletenessTest, MLLibTest):
108113

0 commit comments

Comments
 (0)