Skip to content

Commit 08035cb

Browse files
committed
Unmute bulk monitoring yml tests
These tests have been muted and an issue open for them for almost two years. This commit unmutes these tests to see if they still fail (beacuse they did not reproduce for me). If they still fail, we can either investigate the failures or rewrite the tests as Java integration tests if the failure is timing-based. If they do not fail, then all the better and the issue will remain closed. Resolves elastic#30101
1 parent d181b94 commit 08035cb

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

x-pack/plugin/src/test/resources/rest-api-spec/test/monitoring/bulk/10_basic.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
---
22
"Bulk indexing of monitoring data":
33

4-
- skip:
5-
version: "all"
6-
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/30101"
7-
84
- do:
95
monitoring.bulk:
106
system_id: "kibana"
@@ -172,8 +168,6 @@
172168
"Bulk indexing of monitoring data on closed indices should throw an export exception":
173169

174170
- skip:
175-
version: "all"
176-
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/30101"
177171
features: ["allowed_warnings"]
178172

179173
- do:

x-pack/plugin/src/test/resources/rest-api-spec/test/monitoring/bulk/20_privileges.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ teardown:
7777
"Monitoring Bulk API":
7878
- skip:
7979
features: catch_unauthorized
80-
version: "all"
81-
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/30101"
8280

8381
- do:
8482
headers:

0 commit comments

Comments
 (0)