Skip to content

Commit 610ffa3

Browse files
authored
Mute testContinuousEvents (#103986) (#103992)
Relates #97263
1 parent 9af9d6f commit 610ffa3

File tree

1 file changed

+1
-0
lines changed
  • x-pack/plugin/transform/qa/multi-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/transform/integration/continuous

1 file changed

+1
-0
lines changed

x-pack/plugin/transform/qa/multi-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/transform/integration/continuous/TransformContinuousIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ public void removePipelines() throws IOException {
136136
deletePipeline(ContinuousTestCase.INGEST_PIPELINE);
137137
}
138138

139+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/97263")
139140
public void testContinuousEvents() throws Exception {
140141
String sourceIndexName = ContinuousTestCase.CONTINUOUS_EVENTS_SOURCE_INDEX;
141142
DecimalFormat numberFormat = new DecimalFormat("000", new DecimalFormatSymbols(Locale.ROOT));

0 commit comments

Comments
 (0)