|
@@ -86,16 +86,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());
|