Skip to content

Commit 8fae57b

Browse files
authored
unmute 'Test url escaping with url mustache function' and bump logging (#42400)
1 parent 79a3de4 commit 8fae57b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

x-pack/qa/smoke-test-watcher/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ integTestCluster {
1212
setting 'xpack.ml.enabled', 'false'
1313
setting 'xpack.license.self_generated.type', 'trial'
1414
setting 'logger.org.elasticsearch.xpack.watcher', 'DEBUG'
15+
setting 'logger.org.elasticsearch.xpack.core.watcher', 'DEBUG'
1516
}
1617

1718
integTestRunner {

x-pack/qa/smoke-test-watcher/src/test/resources/rest-api-spec/test/mustache/50_webhook_url_escaping.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
"Test url escaping with url mustache function":
3-
- skip:
4-
version: "all"
5-
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/41172"
3+
64
- do:
75
cluster.health:
86
wait_for_status: yellow

0 commit comments

Comments
 (0)