reenable warning checks in pivot tests (#49436)
This commit is contained in:
parent
2243743450
commit
1fbb248cb7
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue