reenable warning checks in pivot tests (#49436)

This commit is contained in:
Hendrik Muhs 2019-11-22 08:50:10 +01:00
parent 2243743450
commit 1fbb248cb7
1 changed files with 0 additions and 9 deletions

View File

@ -87,15 +87,6 @@ public class PivotTests extends ESTestCase {
return namedXContentRegistry;
}
/*
Had to disable warnings because tests get random date histo configs, and changing to
new interval format was non-trivial. Best for ML team to fix
*/
@Override
protected boolean enableWarningsCheck() {
return false;
}
public void testValidateExistingIndex() throws Exception {
SourceConfig source = new SourceConfig(new String[] { "existing_source_index" }, QueryConfig.matchAll());
Pivot pivot = new Pivot(getValidPivotConfig());