Skip to content

Commit 2eb1f92

Browse files
committed
Mute RollupActionSingleNodeTests
Relates #69799
1 parent c95a6af commit 2eb1f92

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;
@@ -64,6 +65,7 @@
6465
import static org.hamcrest.Matchers.containsString;
6566
import static org.hamcrest.Matchers.equalTo;
6667

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

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

0 commit comments

Comments
 (0)