Skip to content

Commit 0c8cf75

Browse files
authored
Fix system benchmark package for stack 9.x (#2762)
1 parent 1a07ad5 commit 0c8cf75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎test/packages/benchmarks/system_benchmark/manifest.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ categories: ["network"]
77
type: integration
88
conditions:
99
kibana:
10-
version: '^8.0.0'
10+
version: '^8.0.0 || ^9.0.0'
1111
policy_templates:
1212
- name: testpo
1313
title: Test

‎test/packages/with-logstash/system_benchmark/manifest.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ categories: ["network"]
77
type: integration
88
conditions:
99
kibana:
10-
version: '^8.0.0'
10+
version: '^8.0.0 || ^9.0.0'
1111
policy_templates:
1212
- name: testpo
1313
title: Test

0 commit comments

Comments
 (0)