Skip to content

Commit

Permalink
Do not commit, but ignore elastic integration test run output.
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wahl <mwahl@wayfair.com>
  • Loading branch information
Matthias Wahl committed Jan 26, 2021
1 parent e6b34fc commit ab97e80
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions tremor-cli/tests/integration/elastic/assert.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
status: 0
name: elastic
asserts:
- source: err.json
- source: err.log
equals_file: expected_err.json
- source: ok.json
- source: ok.log
equals_file: expected_ok.json
4 changes: 2 additions & 2 deletions tremor-cli/tests/integration/elastic/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ offramp:
type: file
codec: json
config:
file: "err.json"
file: "err.log"
- id: okfile
type: file
codec: json
config:
file: "ok.json"
file: "ok.log"


binding:
Expand Down
1 change: 0 additions & 1 deletion tremor-cli/tests/integration/elastic/err.json

This file was deleted.

2 changes: 0 additions & 2 deletions tremor-cli/tests/integration/elastic/ok.json

This file was deleted.

0 comments on commit ab97e80

Please sign in to comment.