We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79a3de4 commit 8fae57bCopy full SHA for 8fae57b
x-pack/qa/smoke-test-watcher/build.gradle
@@ -12,6 +12,7 @@ integTestCluster {
12
setting 'xpack.ml.enabled', 'false'
13
setting 'xpack.license.self_generated.type', 'trial'
14
setting 'logger.org.elasticsearch.xpack.watcher', 'DEBUG'
15
+ setting 'logger.org.elasticsearch.xpack.core.watcher', 'DEBUG'
16
}
17
18
integTestRunner {
x-pack/qa/smoke-test-watcher/src/test/resources/rest-api-spec/test/mustache/50_webhook_url_escaping.yml
@@ -1,8 +1,6 @@
1
---
2
"Test url escaping with url mustache function":
3
- - skip:
4
- version: "all"
5
- reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/41172"
+
6
- do:
7
cluster.health:
8
wait_for_status: yellow
0 commit comments