Skip to content

Commit

Permalink
change test config type to reduce unnecessary tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorrit Sandbrink committed Jan 28, 2024
1 parent e1e9bb3 commit 99a0718
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/load/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,14 +264,6 @@ def destinations_configs(
bucket_url=AZ_BUCKET,
extra_info="az-authorization",
),
DestinationTestConfiguration(
destination="synapse",
staging="filesystem",
file_format="parquet",
bucket_url=AZ_BUCKET,
staging_use_msi=True,
extra_info="az-managed-identity",
),
]

if all_staging_configs:
Expand Down Expand Up @@ -304,6 +296,14 @@ def destinations_configs(
bucket_url=GCS_BUCKET,
extra_info="gcs-authorization",
),
DestinationTestConfiguration(
destination="synapse",
staging="filesystem",
file_format="parquet",
bucket_url=AZ_BUCKET,
staging_use_msi=True,
extra_info="az-managed-identity",
),
]

# add local filesystem destinations if requested
Expand Down

0 comments on commit 99a0718

Please sign in to comment.