[Transform] remove wrong test (#60807)
remove test, scripts are excluded in the change collector, the test is a leftover from a previous solution of #57332, which has been discarded relates #60724 fixes #60794
This commit is contained in:
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());
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue