Skip to content

Commit

Permalink
Ignore attachments links in expected_records
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Karpets committed Oct 10, 2023
1 parent e70d4bd commit 068d81a
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,30 @@ acceptance_tests:
extra_fields: true
exact_order: true
extra_records: false
ignored_fields:
users/field_type_test/tblFcp5mncufoYaR9:
- name: "attachment"
bypass_reason: "Attachments' preview links are changed frequently"
"users/50_columns/tbl01Hi93Tt6XJ0u5":
- name: "attachments"
bypass_reason: "Attachments' preview links are changed frequently"
- name: "attachments_2"
bypass_reason: "Attachments' preview links are changed frequently"
- config_path: "secrets/config_oauth.json"
expect_records:
path: "integration_tests/expected_records.jsonl"
extra_fields: true
exact_order: true
extra_records: false
ignored_fields:
users/field_type_test/tblFcp5mncufoYaR9:
- name: "attachment"
bypass_reason: "Attachments' preview links are changed frequently"
"users/50_columns/tbl01Hi93Tt6XJ0u5":
- name: "attachments"
bypass_reason: "Attachments' preview links are changed frequently"
- name: "attachments_2"
bypass_reason: "Attachments' preview links are changed frequently"
full_refresh:
tests:
- config_path: "secrets/config.json"
Expand Down

0 comments on commit 068d81a

Please sign in to comment.