Skip to content

Commit b210aaf

Browse files
author
Hendrik Muhs
committed
[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
1 parent 75c0e4d commit b210aaf

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/transform/transforms/pivot/TermsGroupSourceTests.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,4 @@ protected Reader<TermsGroupSource> instanceReader() {
4848
return TermsGroupSource::new;
4949
}
5050

51-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/60794")
52-
public void testSupportsIncrementalBucketUpdate() {
53-
TermsGroupSource terms = randomTermsGroupSource();
54-
assertEquals(terms.getScriptConfig() == null, terms.supportsIncrementalBucketUpdate());
55-
}
56-
5751
}

0 commit comments

Comments
 (0)