Skip to content

Commit 0e5bc2c

Browse files
committed
AwaitsFix for #95310
1 parent b063e73 commit 0e5bc2c

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

x-pack/plugin/transform/qa/single-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/transform/integration/TransformDestIndexIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ public void testTransformDestIndexAliases() throws Exception {
105105
assertAliases(destIndex2, destAliasAll, destAliasLatest);
106106
}
107107

108+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/95310")
108109
public void testTransformDestIndexCreatedDuringUpdate() throws Exception {
109110
String transformId = "test_dest_index_on_update";
110111
String destIndex = transformId + "-dest";

0 commit comments

Comments
 (0)