Skip to content

Commit c25ba89

Browse files
committed
Mute RollupActionSingleNodeTests
Relates #69799
1 parent 8a793e7 commit c25ba89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/plugin/rollup/src/test/java/org/elasticsearch/xpack/rollup/v2/RollupActionSingleNodeTests.java

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
*/
77
package org.elasticsearch.xpack.rollup.v2;
88

9+
import org.apache.lucene.util.LuceneTestCase;
910
import org.elasticsearch.ElasticsearchException;
1011
import org.elasticsearch.ResourceAlreadyExistsException;
1112
import org.elasticsearch.action.ActionListener;
@@ -65,6 +66,7 @@
6566
import static org.hamcrest.Matchers.containsString;
6667
import static org.hamcrest.Matchers.equalTo;
6768

69+
@LuceneTestCase.AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/69799")
6870
public class RollupActionSingleNodeTests extends ESSingleNodeTestCase {
6971

7072
private static final DateFormatter DATE_FORMATTER = DateFormatter.forPattern("yyyy-MM-dd'T'HH:mm:ss.SSSXXX");

0 commit comments

Comments
 (0)