File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
docs/reference/ml/anomaly-detection/apis
rest-api-spec/src/main/resources/rest-api-spec/test/cluster.stats
server/src/test/java/org/elasticsearch/monitor/os Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
" cluster stats test " :
3
+ - skip :
4
+ version : " all"
5
+ reason : " https://github.com/elastic/elasticsearch/issues/66629"
6
+
3
7
- do :
4
8
cluster.stats : {}
5
9
33
37
---
34
38
" get cluster stats returns cluster_uuid at the top level " :
35
39
- skip :
36
- version : " - 6.4.99"
37
- reason : " cluster stats including cluster_uuid at the top level is new in v6.5.0 and higher"
40
+ version : " all"
41
+ reason : " https://github.com/elastic/elasticsearch/issues/66629"
42
+ # version: " - 6.4.99"
43
+ # reason: "cluster stats including cluster_uuid at the top level is new in v6.5.0 and higher"
38
44
39
45
- do :
40
46
cluster.stats : {}
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ List<String> readOsRelease() throws IOException {
83
83
assertThat (info .getAvailableProcessors (), equalTo (Runtime .getRuntime ().availableProcessors ()));
84
84
}
85
85
86
+ @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/66629" )
86
87
public void testOsStats () {
87
88
final OsProbe osProbe = new OsProbe ();
88
89
OsStats stats = osProbe .osStats ();
You can’t perform that action at this time.
0 commit comments