Skip to content

Commit 74ccfd0

Browse files
committed
AwaitsFix for #95077
1 parent 1f40ced commit 74ccfd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/watcher/src/internalClusterTest/java/org/elasticsearch/xpack/watcher/test/integration/ExecutionVarsIntegrationTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ protected Map<String, Function<Map<String, Object>, Object>> pluginScripts() {
110110
}
111111
}
112112

113+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/95077")
113114
public void testVars() throws Exception {
114115
PutWatchResponse putWatchResponse = new PutWatchRequestBuilder(client()).setId(watchId)
115116
.setSource(

0 commit comments

Comments
 (0)