[Transform] remove wrong test ()

remove test, scripts are excluded in the change collector, the test is a leftover from a previous
solution of , which has been discarded

relates 
fixes 
This commit is contained in:
Hendrik Muhs 2020-08-06 11:55:34 +02:00
parent 75c0e4d044
commit b210aaf666

@ -48,10 +48,4 @@ public class TermsGroupSourceTests extends AbstractSerializingTestCase<TermsGrou
return TermsGroupSource::new;
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/60794")
public void testSupportsIncrementalBucketUpdate() {
TermsGroupSource terms = randomTermsGroupSource();
assertEquals(terms.getScriptConfig() == null, terms.supportsIncrementalBucketUpdate());
}
}