Skip to content

Commit

Permalink
[Transform] remove wrong test (#60807)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Hendrik Muhs committed Aug 6, 2020
1 parent 75c0e4d commit b210aaf
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,4 @@ protected Reader<TermsGroupSource> instanceReader() {
return TermsGroupSource::new;
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/60794")
public void testSupportsIncrementalBucketUpdate() {
TermsGroupSource terms = randomTermsGroupSource();
assertEquals(terms.getScriptConfig() == null, terms.supportsIncrementalBucketUpdate());
}

}

0 comments on commit b210aaf

Please sign in to comment.