Skip to content

Commit

Permalink
Fix yml test
Browse files Browse the repository at this point in the history
  • Loading branch information
przemekwitek committed Oct 16, 2019
1 parent 5d6c1af commit 2e5121b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
import static org.hamcrest.Matchers.lessThanOrEqualTo;
import static org.hamcrest.Matchers.startsWith;

@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/48085")
//@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/48085")
public class ClassificationIT extends MlNativeDataFrameAnalyticsIntegTestCase {

private static final String BOOLEAN_FIELD = "boolean-field";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1810,7 +1810,7 @@ setup:
"maximum_number_trees": 400,
"feature_bag_fraction": 0.3,
"training_percent": 60.3,
"num_top_classes": 0
"num_top_classes": 2
}
}}
- is_true: create_time
Expand Down

0 comments on commit 2e5121b

Please sign in to comment.