Skip to content

Commit 54ef4b2

Browse files
authored
[ML][Transform] mute continuous test issue #67887 (#73831)
1 parent 30da196 commit 54ef4b2

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public void removePipelines() throws IOException {
155155
deletePipeline(ContinuousTestCase.INGEST_PIPELINE);
156156
}
157157

158-
158+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/67887")
159159
public void testContinousEvents() throws Exception {
160160
String sourceIndexName = ContinuousTestCase.CONTINUOUS_EVENTS_SOURCE_INDEX;
161161
DecimalFormat numberFormat = new DecimalFormat("000", new DecimalFormatSymbols(Locale.ROOT));
@@ -615,4 +615,4 @@ private static class TestRestHighLevelClient extends RestHighLevelClient {
615615
super(client(), restClient -> {}, X_CONTENT_ENTRIES);
616616
}
617617
}
618-
}
618+
}

0 commit comments

Comments
 (0)