Skip to content

Commit 4f987eb

Browse files
authored
Add version check in 121_grok_capture_all_matches.yml (#19318)
Signed-off-by: Binlong Gao <[email protected]>
1 parent c250d3f commit 4f987eb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

modules/ingest-common/src/yamlRestTest/resources/rest-api-spec/test/ingest/121_grok_capture_all_matches.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ teardown:
3939

4040
---
4141
"Test Grok Pipeline with capture_all_matches enabled":
42+
- skip:
43+
version: " - 3.2.99"
44+
reason: Introduced in 3.3.0
4245
- do:
4346
ingest.put_pipeline:
4447
id: "my_pipeline"
@@ -76,6 +79,9 @@ teardown:
7679

7780
---
7881
"Test Grok Pipeline with capture_all_matches and multiple patterns":
82+
- skip:
83+
version: " - 3.2.99"
84+
reason: Introduced in 3.3.0
7985
- do:
8086
ingest.put_pipeline:
8187
id: "my_pipeline"
@@ -126,6 +132,9 @@ teardown:
126132

127133
---
128134
"Test Grok Pipeline with capture_all_matches and custom pattern":
135+
- skip:
136+
version: " - 3.2.99"
137+
reason: Introduced in 3.3.0
129138
- do:
130139
ingest.put_pipeline:
131140
id: "my_pipeline"

0 commit comments

Comments
 (0)