Skip to content

Commit

Permalink
Run snowflake e2e test only when it's enabled (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti authored Jun 29, 2021
1 parent 0b9ae52 commit a0600ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/end_to_end/test_target_snowflake.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ def test_resync_mariadb_to_sf_with_split_large_files(self, tap_mariadb_id=TAP_MA
mysql_to_snowflake.tap_type_to_target_type)

# pylint: disable=invalid-name
@pytest.mark.dependency(depends=['import_config'])
def test_resync_pg_to_sf_with_split_large_files(self, tap_postgres_id=TAP_POSTGRES_SPLIT_LARGE_FILES_ID):
"""Resync tables from Postgres to Snowflake using splitting large files option"""
assertions.assert_resync_tables_success(tap_postgres_id, TARGET_ID, profiling=True)
Expand Down

0 comments on commit a0600ba

Please sign in to comment.