-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable compliance test about synthetic source (#798)
- Loading branch information
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
Feature: Synthetic source | ||
Support synthetic source | ||
|
||
# Requires a new elastic-package release to be able to use -C flag to run tests | ||
# of a package located in another directory (https://github.com/elastic/elastic-package/pull/1914) | ||
@skip | ||
@3.2.0 | ||
Scenario: Installer leverages source true | ||
Given the "logs_synthetic_mode" package is installed | ||
And a policy is created with "logs_synthetic_mode" package | ||
And a policy is created with "logs_synthetic_mode" package and "1.0.0-beta1" version | ||
Then index template "logs-logs_synthetic_mode.synthetic" has a field "decision_id" with "store:true" |