Skip to content

Commit 67d155b

Browse files
committed
AwaitsFix for #94836
1 parent d5a33e4 commit 67d155b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/plugin/watcher/src/internalClusterTest/java/org/elasticsearch/xpack/watcher/history/HistoryActionConditionTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ protected Map<String, Function<Map<String, Object>, Object>> pluginScripts() {
9292
/**
9393
* A hard failure is where an exception is thrown by the script condition.
9494
*/
95+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/94836")
9596
@SuppressWarnings("unchecked")
9697
public void testActionConditionWithHardFailures() throws Exception {
9798
final String id = "testActionConditionWithHardFailures";
@@ -143,6 +144,7 @@ public void testActionConditionWithHardFailures() throws Exception {
143144
}
144145
}
145146

147+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/94836")
146148
@SuppressWarnings("unchecked")
147149
public void testActionConditionWithFailures() throws Exception {
148150
final String id = "testActionConditionWithFailures";

0 commit comments

Comments
 (0)