We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b825ee5 commit 6a5f706Copy full SHA for 6a5f706
qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/XPackIT.java
@@ -207,6 +207,7 @@ public void testTrialLicense() throws IOException {
207
* would pollute the cluster state with its job that the non-xpack
208
* nodes couldn't understand.
209
*/
210
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/34764")
211
public void testCreateRollup() throws IOException {
212
// Rollup validates its input on job creation so lets make an index for it
213
Request indexInputDoc = new Request("POST", "/rollup_test_input_1/doc/");
0 commit comments