Skip to content

Commit

Permalink
🐛 Source Chargebee/Monday: Disable state validation test (#36380)
Browse files Browse the repository at this point in the history
Co-authored-by: Roman Yermilov <roman.yermilov@globallogic.com>
  • Loading branch information
tolik0 and roman-yermilov-gl authored Mar 26, 2024
1 parent b7ba595 commit ddc079e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ acceptance_tests:
expect_records:
path: "integration_tests/expected_records.jsonl"
exact_order: no
validate_state_messages: False
fail_on_extra_columns: true
incremental:
tests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,15 @@ acceptance_tests:
expect_records:
path: "integration_tests/expected_records.jsonl"
exact_order: no
validate_state_messages: False
empty_streams:
- name: teams
bypass_reason: "The stream has no test data and tested with integration tests"
- config_path: "secrets/config_oauth.json"
expect_records:
path: "integration_tests/expected_records.jsonl"
exact_order: no
validate_state_messages: False
empty_streams:
- name: teams
bypass_reason: "The stream has no test data and tested with integration tests"
Expand Down

0 comments on commit ddc079e

Please sign in to comment.