Skip to content

Commit 8f847c8

Browse files
committed
Removed the _internal tests from YAML runner + fixed 8.3.0-SNAPSHOT version
1 parent 3b5dfb9 commit 8f847c8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.ci/test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
STACK_VERSION:
3-
- 8.3-SNAPSHOT
3+
- 8.3.0-SNAPSHOT
44

55
PHP_VERSION:
66
- 8.1-cli

util/YamlTests.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ class YamlTests
3636
const ELASTICSEARCH_GIT_URL = 'https://github.com/elastic/elasticsearch/tree/%s/rest-api-spec/src/main/resources/rest-api-spec/test/%s';
3737

3838
const YAML_FILES_TO_OMIT = [
39-
'platinum/eql/10_basic.yml'
39+
'platinum/eql/10_basic.yml',
40+
// use of _internal APIs
41+
'free/cluster.desired_nodes/10_basic.yml',
42+
'free/health/'
4043
];
4144

4245
const SKIPPED_TEST_OSS = [

0 commit comments

Comments
 (0)